disq commented on code in PR #1989: URL: https://github.com/apache/tinkerpop/pull/1989#discussion_r1134640012
########## gremlin-go/driver/client.go: ########## @@ -21,9 +21,10 @@ package gremlingo import ( "crypto/tls" - "golang.org/x/text/language" "runtime" "time" + + "golang.org/x/text/language" Review Comment: The imports were out of order so they were sorted by `goimports` automatically. -- 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: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org