Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 346 Bytes

File metadata and controls

12 lines (10 loc) · 346 Bytes

ungo

Go prides itself on what it lacks. ungo provides what it needs. It is a collection of common types and utilities that prioritize developer utility over the strict minimalist philosophy of the standard library.

install

go get github.com/loeredami/ungo

update

GOPROXY=direct go get -u github.com/loeredami/ungo