gogap / aop

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

demo issue #9

Closed ttylzhu closed 2 years ago

ttylzhu commented 2 years ago

In example/main.go, if I delete line aspect.AddAdvice(&aop.Advice{Ordering: aop.Around, Method: "Around", PointcutRefID: "pointcut_1"}), I will get panic panic: reflect: Call with too few input arguments. Is this a bug?