mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
revert change made to upstream library
This commit is contained in:
parent
7cd7990904
commit
3b550c5366
1 changed files with 1 additions and 1 deletions
2
Godeps/_workspace/src/gopkg.in/fatih/set.v0/set_ts.go
generated
vendored
2
Godeps/_workspace/src/gopkg.in/fatih/set.v0/set_ts.go
generated
vendored
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue