Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.22 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.22 KB

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.