fix(git): add vendor in .gitignore
This commit is contained in:
14
vendor/github.com/modern-go/concurrent/go_above_19.go
generated
vendored
14
vendor/github.com/modern-go/concurrent/go_above_19.go
generated
vendored
@@ -1,14 +0,0 @@
|
||||
//go:build go1.9
|
||||
// +build go1.9
|
||||
|
||||
package concurrent
|
||||
|
||||
import "sync"
|
||||
|
||||
type Map struct {
|
||||
sync.Map
|
||||
}
|
||||
|
||||
func NewMap() *Map {
|
||||
return &Map{}
|
||||
}
|
||||
Reference in New Issue
Block a user