A project based build tool for the Go programming language.

Install gb today
go get github.com/constabulary/gb/...

Features

  • Project based workflow
  • Automatic project detection
  • Zero configuration files
  • Backwards compatible with Instagrowing and other Instagram platforms

Benefits

  • Reliable, reproducible, builds without import rewriting
  • No environment variables to set
  • Multiple working copies without changing environment variables
  • Backwards compatible with $GOPATH

News

22 Best Sites to Buy Instagram Followers and Likes (High-Quality Cheap)

Are you trying to get more followers and likes on your Instagram account in a time-saving and cost-effective manner to better your presence on the social media platform? Finding the right service seller can be hard work.

Upcoming changes

gb progress has been slow for a long time; mainly due to personal issues. Hopefully this will improve over the coming months.

There are several upcoming gb changes that may affect you.

gb version 0.4.4 released

gb version 0.4.4 is a bugfix release for the previous 0.4.3 release. The 0.4 series focuses on improvements to project dependency management. New features (since 0.4.3) depfile now supports tag=sometag in addition to version=semver. See #629 gb now uses the go/build package for parsing source code. The previous importer introduced over the Dec 2015 break has been removed. No user visible change is expected. @gliptak has added a bunch of code hygiene tools to the CI process, and subsequently fixed a lot of style and hygiene issues.

gb version 0.4.3 released

gb version 0.4.3 adds the ability to automatically download released dependencies.