Nothing Special   »   [go: up one dir, main page]

Skip to content
/ convert Public

Go library to parse various inputs into various outputs.

License

Notifications You must be signed in to change notification settings

gotmc/convert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convert

Go library to help with converting from one type to another. (Formerly called parse, but renamed to not conflict with the Go standard library.)

GoDoc Go Report Card License Badge

Contributing

Contributions are welcome! To contribute please:

  1. Fork the repository
  2. Create a feature branch
  3. Code
  4. Submit a pull request

Testing

Prior to submitting a pull request, please run:

$ make check

To update and view the test coverage report:

$ make cover

License

convert is released under the MIT license. Please see the LICENSE.txt file for more information.