Skip to content

Releases: vimeo/go-util

v1.4.1

06 Jun 03:21
Compare
Choose a tag to compare

Fix errors related to go test with go 1.14

v1.3.0

07 Jan 17:41
Compare
Choose a tag to compare

Making a release for an already-existing tag

v1.2

22 Jun 17:46
Compare
Choose a tag to compare

Adds the streamingreadseeker package

v1.1

19 Jun 18:08
Compare
Choose a tag to compare

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

21 Mar 16:25
Compare
Choose a tag to compare

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)