damccorm commented on code in PR #22534:
URL: https://github.com/apache/beam/pull/22534#discussion_r933568434
##########
sdks/go/examples/native_wordcap/wordcap.go:
##########
@@ -50,6 +49,11 @@ var (
}
)
+// FromBytes converts a byte slice to a string.
+func FromBytes(b []byte) string {
Review Comment:
Nope - bad edit 😳 Good catch, fixed
--
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]