Releases: agiledragon/gomonkey
Releases · agiledragon/gomonkey
support private value method
go1.14 ok.
go1.15 ok.
go1.16 ok.
go1.17 not ok, maybe because Go is about to support generics, the basic data structure has changed to some extent, including the reflect package.
support private pointer method
go1.14 ok.
go1.15 ok.
go1.16 ok.
go1.17 not ok, maybe because Go is about to support generics, the basic data structure has changed to some extent, including the reflect package.
support arm64
Supported Platform
- MAC OS X arm64
- Linux arm64
- Windows arm64
support go mod
v2.1.0 support go mod v2
fix sequence bug after GC
Relative Features:
- support patches of a specified sequence for a function
- support patches of a specified sequence for a member method
- support patches of a specified sequence for a interface
- support patches of a specified sequence for a function variable
for gomod
from vx.y to vx.y.z
main change points
New features
- surpport Windows amd64
- support a patch for a interface by reusing old API
- support patches of a specified sequence for a interface by reusing old API
basic features are available
Features
- support a patch for a function
- support a patch for a member method
- support a patch for a global variable
- support a patch for a function variable
- support patches of a specified sequence for a function
- support patches of a specified sequence for a member method
- support patches of a specified sequence for a function variable