Versions in this module Expand all Collapse all v1 v1.0.1 Aug 1, 2021 Changes in this version + func UnpatchAll() + type PatchGuard = bouk.PatchGuard + func Patch(target, replacement interface{}) *PatchGuard + func PatchByFullSymbolName(symbolName string, patchFunc interface{}) *PatchGuard + func PatchInstanceMethod(target reflect.Type, methodName string, replacement interface{}) *PatchGuard v1.0.0 Sep 13, 2020