gosora/dev-update-travis

4 lines
112 B
Plaintext

echo "Building the patcher"
go generate
go get -u github.com/mailru/easyjson/...
go build -o Patcher "./patcher"