Go library to help with converting from one type to another. (Formerly called parse, but renamed to not conflict with the Go standard library.)
Contributions are welcome! To contribute please:
- Fork the repository
- Create a feature branch
- Code
- Submit a pull request
Prior to submitting a pull request, please run:
$ make checkTo update and view the test coverage report:
$ make coverconvert is released under the MIT license. Please see the LICENSE.txt file for more information.