You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/08/24 20:47:24 UTC

[GitHub] [beam] lostluck commented on a diff in pull request #22824: [Go SDK]: Add support for Google Cloud Profiler for pipelines

lostluck commented on code in PR #22824:
URL: https://github.com/apache/beam/pull/22824#discussion_r954285428


##########
sdks/go.mod:
##########
@@ -52,6 +52,8 @@ require (
 	gopkg.in/yaml.v2 v2.4.0
 )
 
+require cloud.google.com/go/profiler v0.3.0

Review Comment:
   Consider putting this in the above `require` block instead of it's own line.



-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org