Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailund/gostr
String algorithms examples in Go
https://github.com/mailund/gostr
Last synced: 13 days ago
JSON representation
String algorithms examples in Go
- Host: GitHub
- URL: https://github.com/mailund/gostr
- Owner: mailund
- License: gpl-3.0
- Created: 2021-05-07T04:50:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-21T11:08:11.000Z (about 3 years ago)
- Last Synced: 2024-06-21T18:14:46.909Z (6 months ago)
- Language: Go
- Size: 8.58 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gostr - String algorithms examples in Go
[![TravisCI Status](https://travis-ci.com/mailund/gostr.svg?branch=main)](https://travis-ci.com/mailund/gostr)
[![codecov](https://codecov.io/gh/mailund/gostr/branch/main/graph/badge.svg)](https://codecov.io/gh/mailund/gostr)
[![Coverage Status](https://coveralls.io/repos/github/mailund/gostr/badge.svg?branch=main)](https://coveralls.io/github/mailund/gostr?branch=main)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/4f8b3ef7896141b7ad4ace6f55d7ddc1)](https://app.codacy.com/gh/mailund/gostr/dashboard)This is just a small repository for Go implementations of basic
string algorithms for educational purposes.