casualjim
1/25/2016 - 12:14 AM

building go-swagger — for a five year old

building go-swagger — for a five year old

#---- run this section just once ----#
export GOPATH="${HOME}/go"
export GO15VENDOREXPERIMENT='1'
`
cd $GOPATH/src/github.com/go-swagger/go-swagger

go get -u github.com/asaskevich/govalidator
go get -u github.com/naoina/denco
go get -u github.com/go-swagger/scan-repo-boundary/makeplans

#--- now build & test ---#
go test $(go list ./... | grep -v vendor)