gogap / aop

Aspect Oriented Programming For Golang
Apache License 2.0
384 stars 51 forks source link

can i modify the aop.result?I want to trace a function,and change the value of the result #7

Open 1369858268 opened 2 years ago

xujinzheng commented 2 years ago

can you tell me more details about this? or give me an example.

1369858268 commented 2 years ago

for example, I want to change the return of login from false to true during the around function