1
0
forked from sneak/util
This branch is 19 commits behind sneak/util:master
clawbot 62f769ae9b add SHA256File for checksumming a file
SHA256File returns the SHA-256 digest of a file's contents as lowercase
hexadecimal, copying the file through the hash in chunks so its size does not
matter. Comes with a doc comment and table-driven tests. (closes #19)

Model: opus-5
2026-09-05 03:32:00 +00:00
2020-09-21 17:18:04 -07:00
2024-06-01 22:35:57 +00:00

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

Description
No description provided
Readme 57 KiB
Languages
Go 99.6%
Makefile 0.4%