https://github.com/jastbytes/sprint
go library with lots of useful helpers having zero dependencies
https://github.com/jastbytes/sprint
Last synced: about 1 year ago
JSON representation
go library with lots of useful helpers having zero dependencies
- Host: GitHub
- URL: https://github.com/jastbytes/sprint
- Owner: jastBytes
- License: apache-2.0
- Created: 2023-12-13T18:43:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-30T19:39:59.000Z (over 1 year ago)
- Last Synced: 2025-04-12T23:52:14.212Z (over 1 year ago)
- Language: Go
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sprint
Go library with lots of useful helpers having zero dependencies
## 🚀 Install
```sh
go get github.com/jastBytes/sprint
```
This library has no dependencies outside the Go standard library.
## 💡 Usage
You can import `sprint` using:
```go
import (
"github.com/jastBytes/sprint"
)
```