Package monkey provides a way to monkey patch functions in Go for testing purposes.
go get github.com/bouk/monkeyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Patches fmt.Println to always print 'patched'.
Use only in test code; avoid in production.
No dependency data recorded yet.