merged from pelletier/go-toml

This commit is contained in:
eanderton
2014-07-08 18:38:07 -04:00
-1
View File
@@ -1,7 +1,6 @@
#!/bin/bash
go get github.com/BurntSushi/toml-test # install test suite
go get github.com/BurntSushi/toml/toml-test-go # install my parser
go build -o test_program_bin github.com/pelletier/go-toml/test_program
toml_test_wrapper() {