An open API service indexing awesome lists of open source software.

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

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"
)
```