Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 307 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 307 Bytes

sprint

Go library with lots of useful helpers having zero dependencies

🚀 Install

go get github.com/jastBytes/sprint

This library has no dependencies outside the Go standard library.

💡 Usage

You can import sprint using:

import (
    "github.com/jastBytes/sprint"
)