You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2025-12-09 09:00:42 +13:00
mailgun dep
This commit is contained in:
13
vendor/github.com/modern-go/concurrent/go_above_19.go
generated
vendored
Normal file
13
vendor/github.com/modern-go/concurrent/go_above_19.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
//+build go1.9
|
||||
|
||||
package concurrent
|
||||
|
||||
import "sync"
|
||||
|
||||
type Map struct {
|
||||
sync.Map
|
||||
}
|
||||
|
||||
func NewMap() *Map {
|
||||
return &Map{}
|
||||
}
|
||||
Reference in New Issue
Block a user