Go to file
Jeffrey Paul e36581f205 now actually works right 2020-09-21 17:18:04 -07:00
LICENSE adds time functions from unix micros/millis 2020-09-21 16:37:01 -07:00
Makefile now actually works right 2020-09-21 17:18:04 -07:00
README.md adds time functions from unix micros/millis 2020-09-21 16:37:01 -07:00
go.mod initial 2020-03-30 15:49:56 -07:00
go.sum initial 2020-03-30 15:49:56 -07:00
util.go now actually works right 2020-09-21 17:18:04 -07:00
util_test.go now actually works right 2020-09-21 17:18:04 -07:00

README.md

sneak/goutil

This is a bunch of little general-purpose go utility functions that I don't feel comfortable including as-is in my normal projects as they are too general, so I put them here.

Suggestions are welcome.

Really I think most of these should probably be in the stdlib.

License

WTFPL (free software, no restrictions)

Author