#5,483 in Computers & technology books
Use arrows to jump to the previous/next product

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

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Programming in Go: Creating Applications for the 21st Century (Developer's Library). Here are the top ones.

Programming in Go: Creating Applications for the 21st Century (Developer's Library)
Buying options
View on Amazon.com
or
Specs:
Height8.75 Inches
Length7 Inches
Number of items1
Weight1.72401488884 Pounds
Width1 Inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on 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.