A Go library for monkey patching functions and methods at runtime.
go get bou.ke/monkeyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Patch fmt.Println to always print 'patched'
Use interfaces or dependency injection instead of monkey patching.
No dependency data recorded yet.