/goava

Guava ported to Go

Primary LanguageGoApache License 2.0Apache-2.0

Goava: Guava ported to Go

Go build

Goava is heavily inspired by Guava, which is a set of core libraries from Google that includes new collection types (such as multimap and multiset), immutable collections, a graph library, and utilities for concurrency, I/O, hashing, primitives, strings, and more!

Features

Adding Goava to your project

To add a dependency on Goava, install the latest version of the library:

go get -u github.com/abc-inc/goava

Next, include Goava in your application (see links above):

import "github.com/abc-inc/goava/<package>"

Learn about Goava and Guava

Links

Disclaimer

This is not an official Google product (experimental or otherwise). It is not affiliated with the Guava project.