Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 735 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 735 Bytes

Contributing

This is an open project so feel free to contribute with code and/or ideas in issues and pull requests.

Development

$ git clone https://github.com/williamleven/BooGroCha
$ cd BooGroCha/cmd/bgc
$ go build
$ ./bgc ...

GoLand

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.

Structure

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.