toml/test1/build.sh

10 lines
278 B
Bash
Raw Normal View History

2017-03-18 21:20:51 +00:00
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
mkdir -p $DIR/goworkspace
2019-10-08 23:58:18 +00:00
export GOPATH=$DIR/goworkspace
2017-03-18 21:20:51 +00:00
go get github.com/BurntSushi/toml-test # install test suite
go get github.com/BurntSushi/toml/cmd/toml-test-decoder # e.g., install my parser
cp $GOPATH/bin/* .