Home

Awesome

Gotains

A module to verify the content of Slices and Arrays

Use cases

Usage

go get -u github.com/viniciusfeitosa/gotains
exist, err := gotains.Contains([]string{"test1", "test2", "test3"}, "test1", "test2")