Add a note on the README

This commit is contained in:
Thomas Pelletier
2013-12-10 15:06:32 +01:00
parent c163b3f68b
commit def5433558
+8
View File
@@ -56,6 +56,14 @@ Feel free to report bugs and patches using GitHub's pull requests system on
[pelletier/go-toml](https://github.com/pelletier/go-toml). Any feedback would be
much appreciated!
### Run tests
You have to make sure two kind of tests run:
1. The Go unit tests: `go test`
2. The TOML examples base: `./test_program/go-test.sh`
You can run both of them using `./test.sh`.
## License