4 lines
112 B
Plaintext
4 lines
112 B
Plaintext
echo "Building the patcher"
|
|
go generate
|
|
go get -u github.com/mailru/easyjson/...
|
|
go build -o Patcher "./patcher" |