Skip to content

neurocode-io/go-pkgs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-pkgs CICD cod cov

Collection of Go packages that I use in my projects. Implemented with go generics. Thus they are compatible with Go 1.18+.

Installation

go get github.com/neurocode-io/go-pkgs@latest

Packages

slice

Slice is a package that provides a set of functions to work with slices.

map

Map is a package that provides a set of functions to work with maps.

set

Set is a package that provides a generic set implementation.

streams

Coming soon

async

Coming soon