Check if a value is a subset of another, based on reflect/deepequals.go. Documentation: http://godoc.org/github.com/facebookgo/subset
A library to check if a value is a subset of another. Useful for testing.
go get github.com/facebookgo/subset
Check if a value is a subset of another, based on reflect/deepequals.go. Documentation: http://godoc.org/github.com/facebookgo/subset