Fixes #1 : correct source layout

This commit is contained in:
Thomas Pelletier
2013-02-25 10:59:35 +01:00
parent 8783fed844
commit 9128eca02b
+7 -1
View File
@@ -4,8 +4,14 @@ Go library for the [TOML](https://github.com/mojombo/toml) format.
This library supports TOML version [e3656ad493400895f4460f1244a25f8f8e31a32a](https://github.com/mojombo/toml/tree/e3656ad493400895f4460f1244a25f8f8e31a32a)
## Import
[Documentation](http://godoc.org/github.com/pelletier/go-toml/src/toml)
import "github.com/pelletier/go-toml"
## Documentation
The documentation is available at
[godoc.org](http://godoc.org/github.com/pelletier/go-toml/src/toml).
## Contribute