parent
37954d9b20
commit
1d4fc82ebc
1 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
mkdir -p $DIR/goworkspace
|
mkdir -p $DIR/goworkspace
|
||||||
export GOPATH=$DIR/goworkspace
|
export GOPATH=$DIR/goworkspace
|
||||||
go get github.com/BurntSushi/toml-test # install test suite
|
go get github.com/BurntSushi/toml-test@latest # install test suite
|
||||||
go get github.com/BurntSushi/toml/cmd/toml-test-decoder # e.g., install my parser
|
go install github.com/BurntSushi/toml/cmd/toml-test-decoder@latest # e.g., install my parser
|
||||||
cp $GOPATH/bin/* .
|
cp $GOPATH/bin/* .
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue