https://github.com/vimeo/go-util
Small reusable Go functions.
https://github.com/vimeo/go-util
Last synced: 9 months ago
JSON representation
Small reusable Go functions.
- Host: GitHub
- URL: https://github.com/vimeo/go-util
- Owner: vimeo
- Created: 2014-11-05T15:26:49.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-06-06T03:21:44.000Z (over 5 years ago)
- Last Synced: 2025-04-03T22:41:36.098Z (9 months ago)
- Language: Go
- Size: 52.7 KB
- Stars: 46
- Watchers: 14
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
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](http://godoc.org/github.com/vimeo/go-util/util)
Example:
```go
import "github.com/vimeo/go-util/util"
r := util.Lrint(3.14159265)
```