import "github.com/golang/mock/sample/concurrent"
Package concurrent demonstrates how to use gomock with goroutines.
concurrent.go
type Math interface { Sum(a, b int) int }