mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
51b531f5b3
Calling `mockgen` relies on the executable in the `$PATH`. Using `go tool` uses the one defined in `go.mod`
5 lines
221 B
Go
5 lines
221 B
Go
// Package agentconnmock contains a mock implementation of workspacesdk.AgentConn for use in tests.
|
|
package agentconnmock
|
|
|
|
//go:generate go tool mockgen -destination ./agentconnmock.go -package agentconnmock .. AgentConn
|