This project attempts to enhance Golang programs by introducing this program during go build -toolexec=xxx,
so that it can dynamically intercept framework code execution and add its own execution logic.
Test
Using command for build and start a gin server: make test
|-- cmd // the toolexec program
|-- frameworks // the third part framework instrument
|-- frameworks/core // the base library of the instrument, third part instrument needs import this project
|-- frameworks/gin // the gin framework instrument test
|-- test // the gin server(which needs to be intrument)