/go-atlanticnet

Atlantic.Net Go Client

Primary LanguageGoMIT LicenseMIT

Go Atlantic.Net

Atlantic.Net CLI and API client library, written in Go

Status

Alpha

Installation from source

  • Install the latest version of Go
  • Make sure your GOPATH is set
  • Add $GOPATH/bin to your PATH
  • Use go get to download, compile and install the source
$ go get github.com/jdextraze/go-atlanticnet

Dependencies

go get -u github.com/kardianos/govendor
  • Go into source folder
cd $GOPATH/src/github.com/jdextraze/go-atlanticnet
  • Sync vendor folder
$ govendor sync

License

Released under the MIT license, see LICENSE.