minor
This commit is contained in:
parent
61557dcbaa
commit
5039045945
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
export GOPATH=$DIR/goworkspace # if it isn't already set
|
export GOPATH=$DIR/goworkspace # if it isn't already set
|
||||||
|
|
||||||
# $GOPATH/bin/toml-test $GOPATH/bin/toml-test-decoder # e.g., run tests on my parser
|
# $GOPATH/bin/toml-test $GOPATH/bin/toml-test-decoder # e.g., run tests on my parser
|
||||||
$GOPATH/bin/toml-test ../toml_json
|
$GOPATH/bin/toml-test ../toml_json
|
||||||
|
|
Loading…
Reference in a new issue