This project is no longer maintained by Turbine Labs, which has shut down.
The golang-gotchas project provides examples of some things that might feel awkward if you're coming to Go from other languages. These examples are best consumed from the godoc.
- Go 1.10.3 or later (previous versions may work, but we don't build or test against them)
The golang-gotchas project has no external dependencies.
go get -ut github.com/turbinelabs/golang-gotchas/...
mkdir -p $GOPATH/src/turbinelabs
git clone https://github.com/turbinelabs/golang-gotchas.git > $GOPATH/src/turbinelabs/golang-gotchas
go test github.com/turbinelabs/golang-gotchas/...
Please see Versioning of Turbine Labs Open Source Projects.
Patches accepted! Please see Contributing to Turbine Labs Open Source Projects.
All Turbine Labs open-sourced projects are released with a Contributor Code of Conduct. By participating in our projects you agree to abide by its terms, which will be carefully enforced.