gogap / aop

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

Take a look at my solution :) #2

Closed roy2220 closed 5 years ago

roy2220 commented 5 years ago

The code-generation way: https://github.com/let-z-go/aspector

xujinzheng commented 5 years ago

code-generation is a good solution, and it is more stable and fast, but I think it will lose flexibility. Which framework is better? it depends on your project design and what's your need.