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:01 UTC

[beam-site] branch mergebot updated (13d8012 -> 5b736f0)

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

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


    from 13d8012  This closes #530
     add 10c772a  Prepare repository for deployment.
     new a6a4d8b  go version
     new 5b736f0  This closes #522

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/get-started/downloads/index.html | 6 +++---
 src/get-started/quickstart-go.md         | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)


[beam-site] 02/02: This closes #522

Posted by me...@apache.org.
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 5b736f085ba7fc0969c8983738d912364c8fdc1b
Merge: 10c772a a6a4d8b
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Aug 8 23:26:24 2018 +0000

    This closes #522

 src/get-started/quickstart-go.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[beam-site] 01/02: go version

Posted by me...@apache.org.
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