Exercise for How-to-use Echo framework and Stellar Go SDK
- Clone the project to your computer.
mkdir -p $(go env GOPATH)/src/github.com/Natchaponpat && cd $_
git clone https://github.com/Natchaponpat/echo-stellar-api.git
- Download package dependencies. Go to project directory and run command depend on your Go version
go get github.com/labstack/echo
go get github.com/globalsign/mgo
- Test the project
go build ./...