Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 339 Bytes

readme.md

File metadata and controls

17 lines (12 loc) · 339 Bytes

go-seqs

go-seqs is a library for working with sequence-like data in Go, taking advantage of generics introduced in Go 1.18.

Usage

Add the library as a dependency:

go get github.com/siliconbrain/go-seqs

Import it into your code:

import "github.com/siliconbrain/go-seqs/seqs"

Use to your heart's delight!