Reddit Reddit reviews Programming in Go: Creating Applications for the 21st Century (Developer's Library)

We found 1 Reddit comments about Programming in Go: Creating Applications for the 21st Century (Developer's Library). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Programming
Software Design, Testing & Engineering
Software Development
Programming in Go: Creating Applications for the 21st Century (Developer's Library)
Check price on Amazon

1 Reddit comment about Programming in Go: Creating Applications for the 21st Century (Developer's Library):

u/zettahash ยท 3 pointsr/golang

Have a look at strings.Join() for combining a slice of strings.

Programming in Go is a great book that got me started. Everything else I've picked up on has come through reading the source code of projects on GitHub. Check out awesome-go which has a bunch of cool projects and examples. Otherwise, referencing the docs and source of Go's standard packages.