Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.62 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.62 KB

go-seele

Build Status

Official golang implementation of the Seele.

Building the source

Building Seele project requires both a Go (version 1.7 or later) and a C compiler. You can install them using your favourite package manager. Once the dependencies are installed, run

  • linux & mac
make all
  • windows
buildall.bat

Contribution

Thank you for considering to help out with our source code. We appreciate any contributions even the smallest fixes.

Here are some guidelines before you start:

  • Code must adhere to the official Go formatting guidelines (i.e. uses gofmt).
  • Pull requests need to be based on and opened against the master branch.
  • We use reviewable.io as our review tool for any pull request. Please submit and follow your comments in this tool. After you submit a PR, there will be a Reviewable button in your PR. Click this button, it will take you to the review page (you may ask to login).
  • If you have any questions, feel free to join chat room to communicate with our core team.

Resources

License

go-seele/LICENSE