Skip to content

turbinelabs/golang-gotchas

Repository files navigation

turbinelabs/golang-gotchas

This project is no longer maintained by Turbine Labs, which has shut down.

Apache 2.0 GoDoc CircleCI Go Report Card

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.

Requirements

  • Go 1.10.3 or later (previous versions may work, but we don't build or test against them)

Dependencies

The golang-gotchas project has no external dependencies.

Install

go get -ut github.com/turbinelabs/golang-gotchas/...

Clone/Test

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/...

Godoc

golang-gotchas

Versioning

Please see Versioning of Turbine Labs Open Source Projects.

Pull Requests

Patches accepted! Please see Contributing to Turbine Labs Open Source Projects.

Code of Conduct

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.