Skip to content

ota42y/gotoml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circle CI Coverage Status License

gotoml

Description

Convert Toml to golang struct.
Inspired by gojson

This tool isn't release, so many bug and not support all data type.

Usage

cat $GOPATH/src/github.com/ota42y/gotoml/example/normal.toml | gotoml

Install

To install, use go get:

$ go get github.com/ota42y/gotoml/gotoml

Contribution

  1. Fork (https://github.com/ota42y/gotoml/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

ota42y

Licence

MIT: https://github.com/ota42y/gotoml/blob/master/LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages