The Go Cookbook

Maintained by SuperOrbital.

A community built and contributed collection of practical recipes for real world Golang development.

View project on GitHub

Concatenating Strings

How do I combine strings?

http://stackoverflow.com/questions/1760757/how-to-efficiently-concatenate-strings-in-go

http://srcode.org/2014/08/23/string-concatenation-in-golang/