Go to file
Jeffrey Paul 9302c14a6c add function +func IsValidURL(url string) bool { 2024-06-01 15:37:51 -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 add function +func IsValidURL(url string) bool { 2024-06-01 15:37:51 -07:00
go.sum add function +func IsValidURL(url string) bool { 2024-06-01 15:37:51 -07:00
util.go add function +func IsValidURL(url string) bool { 2024-06-01 15:37:51 -07:00
util_test.go rename package to util 2024-06-01 22:35:57 +00: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