wu-sheng commented on code in PR #209:
URL: https://github.com/apache/skywalking-go/pull/209#discussion_r1802845220
##########
plugins/gozero/rest/server_middleware_intercepter.go:
##########
@@ -0,0 +1,64 @@
+package rest
+
+import (
+ "fmt"
+ "github.com/apache/skywalking-go/plugins/core/operator"
+ "github.com/apache/skywalking-go/plugins/core/tracing"
+ "github.com/zeromicro/go-zero/rest"
+ "net/http"
+)
+
+type ServerMiddlewareInterceptor struct {
+}
+
+// skyWalking middleware
Review Comment:
```suggestion
// SkyWalking middleware
```
Please keep the project name correctly.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]