Categorygithub.com/vimeo/go-util
module
1.4.1
Repository: https://github.com/vimeo/go-util.git
Documentation: pkg.go.dev

# README

Simple Go Utilities

Small reusable Go functions.

Installing:

go get github.com/vimeo/go-util/util

API Documentation: http://godoc.org/github.com/vimeo/go-util/util

Example:

import "github.com/vimeo/go-util/util"

r := util.Lrint(3.14159265)

# Packages

Package byteswriter implements a WriteSeeker backed by a dynamically expanding buffer.
Package crc32combine provides functionality to calculate the combined CRC-32 hash of two given CRC-32 hash values.
Package exit provides an alternative to os.Exit(int).
Package httprange provides RFC7233 byte range parsing.
Package once provides for running a running a function once, until successful.
No description provided by the author
No description provided by the author
No description provided by the author