Registry / testing / petergtz-pegomock

petergtz-pegomock

JSON →
library2.9.0+incompatiblegogounverified

Package pegomock is a mocking framework for Go that generates mocks from interfaces.

go get github.com/petergtz/pegomock
INSTALL
IMPORT
SIG · PETERGTZ-PEGOMOCK
P
petergtz-pegomock
testinggov2.9.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pegomock
github.com/petergtz/pegomock

Creates a new mock instance.

package main import ( "fmt" "github.com/petergtz/pegomock" ) func main() { mock := pegomock.NewMock() fmt.Println(mock) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.9.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
petergtz-pegomock — go get petergtz-pegomock · libregistry