golang-github-constabulary-gb-dev

Project based build tool for go (source)
  https://getgb.io
  0
  no reviews



"gb" is a proof of concept replacement build tool for the go programming language.

"gb" operates on the concept of a project. a gb project is a workspace for all the go code that is required to build your project.

a gb project is a folder on disk that contains a subdirectory named src/. that's it, no environment variables to set.

you can create as many projects as you like and move between them simply by changing directories.

this package contains the source.