Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.17 KB

seq

Package to create an int slice sequence from a string.

GoDoc Go Report Card License Badge

Overview

seq creates sequences of integer slices from strings.

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

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