This project uses Dep to manage dependencies. To build the project, follow the standard Go practices:
- Clone the repository into the approriate directory. Ensure that it is in the GOPATH
- Call
dep ensure
to install dependencies. Seedep
documentation for more information go build
!
Testing this is difficult without a live instance of Nelson. Integration tests and ideas are welcome!
The root of the repository has an examples directory where users can view simple examples.