mailgun dep

This commit is contained in:
Patrick Nagurny
2020-11-23 11:12:53 -05:00
parent b011b28cf5
commit ece803ec68
242 changed files with 25496 additions and 11732 deletions

7
vendor/github.com/modern-go/concurrent/executor.go generated vendored Normal file
View File

@@ -0,0 +1,7 @@
package concurrent
import "context"
type Executor interface {
Go(handler func(ctx context.Context))
}