add csi-test to vendor
This commit is contained in:
8
vendor/github.com/golang/mock/sample/concurrent/concurrent.go
generated
vendored
Normal file
8
vendor/github.com/golang/mock/sample/concurrent/concurrent.go
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
//go:generate mockgen -destination mock/concurrent_mock.go github.com/golang/mock/sample/concurrent Math
|
||||
|
||||
// Package concurrent demonstrates how to use gomock with goroutines.
|
||||
package concurrent
|
||||
|
||||
type Math interface {
|
||||
Sum(a, b int) int
|
||||
}
|
Reference in New Issue
Block a user