Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.4 KB

File metadata and controls

52 lines (37 loc) · 1.4 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

Development Dependencies

Testing

Prior to submitting a pull request, please run:

$ just check
$ just lint

To update and view the test coverage report:

$ just cover

License

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