cch123 / supermonkey

Patch all Go functions for testing
MIT License
250 stars 17 forks source link

fix: Fix third-party calling path #26

Closed dydysy closed 7 months ago

dydysy commented 9 months ago

When the file is in the system $PATH directory, such as /bin/test if you execute the command test, an error message will appear.

  1. the function is inlined, please add //go:noinline to function comment or add -l to gcflags
  2. your input for symbolName or pkg/obj/method is wrong ...............
cch123 commented 7 months ago

thx