Categorygithub.com/abc-inc/goava
repository
0.0.0-20221112121716-7272a4325174
Repository: https://github.com/abc-inc/goava.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

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.