An open API service indexing awesome lists of open source software.

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.

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)
```