Go is Strongly Typed Go, not only reduces the amount of code you have to write, it also supports pointers and it's a strongly typed language. Go uses Slices (Dynamic Arrays) Slice is a very convenient dynamic array. It's now possible to use String Builder to create strings in an efficient way.

2m read timeFrom codemio.com
Post cover image
Table of contents
Go is Strongly TypedGofmtStandard PackagesSingle ExecutableDep (Dependency Manager)Go uses Slices (Dynamic Arrays)Memory management with pools of objectsClose Channel to Notify Multiple ListenersInheritanceConcatenating and Building Strings in Go 1.10+Variadic Functions

Sort: