github.com/everlongproject/i18n4go@v0.2.7-0.20201028180611-670cbaceaa6b/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