This is an open project so feel free to contribute with code and/or ideas in issues and pull requests.
$ git clone https://github.com/williamleven/BooGroCha
$ cd BooGroCha/cmd/bgc
$ go build
$ ./bgc ...
At the moment of writing (version 2018.3.5) GoLand doesn't support go modules in a project by default.
Instead you have to tick the Enable Go Modules (vgo) integration
under Settings -> Go -> Go Modules (vgo)
and set the proxy setting to direct
.
In this project we have decided on a specific project structure and would like you to follow this structure as well when contributing code to the project.