LinuxSuRen commented on code in PR #103:
URL: https://github.com/apache/skywalking-go/pull/103#discussion_r1334228488
##########
tools/go-agent/instrument/logger/frameworks/buildin.go:
##########
@@ -0,0 +1,42 @@
+package frameworks
+
+import (
+
"github.com/apache/skywalking-go/tools/go-agent/instrument/plugins/rewrite"
+ "github.com/dave/dst"
+ "github.com/dave/dst/dstutil"
+)
+
+type Buildin struct {
Review Comment:
Sorry about this. I forgot the remove the unrelated lines.
--
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]