You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by lo...@apache.org on 2022/06/22 23:20:27 UTC

[beam-starter-go] 05/17: Update main.go

This is an automated email from the ASF dual-hosted git repository.

lostluck pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/beam-starter-go.git

commit 0b2b20eac60ffd0b95c4cc3d29db27b7c5b25208
Author: David Cavazos <dc...@google.com>
AuthorDate: Thu Jun 16 11:50:20 2022 -0700

    Update main.go
    
    Co-authored-by: Robert Burke <lo...@users.noreply.github.com>
---
 main.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.go b/main.go
index 37b9c9f..6e99049 100644
--- a/main.go
+++ b/main.go
@@ -14,7 +14,7 @@ var (
 	input_text = flag.String("input-text", "Default input text", "Input text to print.")
 )
 
-type Result = struct {
+type Result struct {
 	Pipeline    *beam.Pipeline
 	Scope       beam.Scope
 	PCollection beam.PCollection