revert change made to upstream library

This commit is contained in:
greggdourgarian 2016-08-28 09:40:23 -05:00
parent 7cd7990904
commit 3b550c5366

View file

@ -10,7 +10,7 @@ type Set struct {
l sync.RWMutex // we name it because we don't want to expose it l sync.RWMutex // we name it because we don't want to expose it
} }
// New creates and initialize a new Set. It accepts a variable number of // New creates and initialize a new Set. It's accept a variable number of
// arguments to populate the initial set. If nothing passed a Set with zero // arguments to populate the initial set. If nothing passed a Set with zero
// size is created. // size is created.
func New(items ...interface{}) *Set { func New(items ...interface{}) *Set {