package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Oct 17, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Concurrent
This directory contains an example of executing mock calls concurrently.
To run the test,
go test -race go.uber.org/mock/sample/concurrent
Documentation
¶
Package concurrent demonstrates how to use gomock with goroutines.
type Math interface {
Sum(a, b int) int
}
Source Files
¶
Directories
¶
Package mock_concurrent is a generated GoMock package.
|
Package mock_concurrent is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.