Skip to content

Instantly share code, notes, and snippets.

@subfuzion
Created September 21, 2016 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save subfuzion/9947724fa5f489b9d8b4e9c1fbbd57f3 to your computer and use it in GitHub Desktop.
Save subfuzion/9947724fa5f489b9d8b4e9c1fbbd57f3 to your computer and use it in GitHub Desktop.
Go topics

Go source, packages and working with tools

  • go test
  • go run
  • go build
  • go install

Vendoring

  • glide init
  • glide install
  • glide update

Tests

  • using the same package
  • using <package_test with dot import
  • test logging and -v
  • go test -run
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment