github.com/xenophex/i18n4go@v0.2.7-0.20160907212557-40256cda157a/examples/demo1/build (about) 1 #!/usr/bin/env bash 2 set -e 3 4 export GOPATH=$(godep path):$GOPATH 5 6 echo -e "\n Formatting packages..." 7 go fmt ./... 8 9 echo -e "\nGenerating Binary..." 10 go build -o $(dirname $0)/out/demo1 demo1.go i18n_init.go i18n_resources.go