mirror of
https://github.com/coder/coder.git
synced 2026-09-23 14:03:57 +08:00
Calling `mockgen` relies on the executable in the `$PATH`. Using `go tool` uses the one defined in `go.mod`
4 lines
134 B
Go
4 lines
134 B
Go
package mcpmock
|
|
|
|
//go:generate go tool mockgen -destination ./mcpmock.go -package mcpmock github.com/coder/aibridge/mcp ServerProxier
|