mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-03 04:38:38 -04:00
First pass at reorganizing go code into sub-packages
This commit is contained in:
@ -47,7 +47,8 @@ You'll then want to build everything (the Golang and Javascript portions) using
|
||||
something like:
|
||||
|
||||
$ export GOPATH=`pwd`
|
||||
$ go get -v github.com/aclindsa/moneygo
|
||||
$ go get -d github.com/aclindsa/moneygo
|
||||
$ go generate -v github.com/aclindsa/moneygo/internal/handlers
|
||||
$ go generate -v github.com/aclindsa/moneygo
|
||||
$ go install -v github.com/aclindsa/moneygo
|
||||
|
||||
|
Reference in New Issue
Block a user