Copilot commented on code in PR #203: URL: https://github.com/apache/skywalking-eyes/pull/203#discussion_r2189335248
########## commands/version.go: ########## @@ -17,4 +17,17 @@ package commands +import ( + "runtime/debug" +) Review Comment: [nitpick] Since there’s only one import here, consider using a single-line import (`import "runtime/debug"`) to keep the code concise and idiomatic. ```suggestion import "runtime/debug" ``` -- 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: notifications-unsubscr...@skywalking.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org