You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by me...@apache.org on 2018/08/08 23:27:02 UTC

[beam-site] 01/02: go version

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

mergebot-role pushed a commit to branch mergebot
in repository https://gitbox.apache.org/repos/asf/beam-site.git

commit a6a4d8b0c72545b00d2235771d831aa498c782f7
Author: Stephen Lumenta <st...@gmail.com>
AuthorDate: Sat Aug 4 17:08:58 2018 +0200

    go version
    
    To print the Go version, the command is `go version`.
---
 src/get-started/quickstart-go.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/get-started/quickstart-go.md b/src/get-started/quickstart-go.md
index 9be5d12..3dcd156 100644
--- a/src/get-started/quickstart-go.md
+++ b/src/get-started/quickstart-go.md
@@ -30,7 +30,7 @@ This Quickstart will walk you through executing your first Beam pipeline to run
 The Beam SDK for Go requires `go` version 1.10 or newer. It can be downloaded [here](https://golang.org/). Check that you have version 1.10 by running:
 
 ```
-$ go --version
+$ go version
 ```
 
 ## Get the SDK and the examples