1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
# go get -u github.com/faiface/pixel-examples # cd ~/go/src/github.com/faiface/pixel-examples/community/seascape-shader all: GO111MODULE=off go build ./seascape-shader push: git pull git add --all -git commit -a -s git push update: git pull diff: git diff