Skip to content

Releases: vimeo/go-util

v1.4.1

Choose a tag to compare

@justinruggles justinruggles released this 06 Jun 03:21

Fix errors related to go test with go 1.14

v1.3.0

Choose a tag to compare

@justinruggles justinruggles released this 07 Jan 17:41

Making a release for an already-existing tag

v1.2

Choose a tag to compare

@justinruggles justinruggles released this 22 Jun 17:46

Adds the streamingreadseeker package

v1.1

Choose a tag to compare

@justinruggles justinruggles released this 19 Jun 18:08

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

Choose a tag to compare

@justinruggles justinruggles released this 21 Mar 16:25

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)