Releases: vimeo/go-util
Releases · vimeo/go-util
v1.4.1
v1.3.0
Making a release for an already-existing tag
v1.2
Adds the streamingreadseeker package
v1.1
Adds the once
package that is similar to sync.Once
but will run the function once successfully. Any executions returning an error do not count.
v1.0
Even though this has been around a while, this is the first release.
Contains 6 Go utility packages.
- byteswriter - a byte-backed writer
- crc32combine - combine multiple CRC32 checksums
- exit - graceful exit from
main()
- httprange - a package for handling HTTP range headers
- simplehttp - simplified HTTP client functions
- util - random utilities (will hopefully be broken up in the next major release)