Abacn commented on code in PR #25357: URL: https://github.com/apache/beam/pull/25357#discussion_r1124944298
########## playground/backend/cmd/server/controller.go: ########## @@ -15,6 +15,7 @@ package main import ( + "beam.apache.org/playground/backend/internal/emulators" Review Comment: minor: unnecessary move of import package. Wondering that doesn't playground code have go fmt check? -- 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]
