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:30:03 UTC

[beam-site] branch asf-site updated (10c772a -> 24a8588)

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

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


    from 10c772a  Prepare repository for deployment.
     add a6a4d8b  go version
     add 5b736f0  This closes #522
     new 24a8588  Prepare repository for deployment.

The 1 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/quickstart-go/index.html | 2 +-
 src/get-started/quickstart-go.md             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[beam-site] 01/01: Prepare repository for deployment.

Posted by me...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 24a85883546224ab289e7fc68857c2b869355c52
Author: Mergebot <me...@apache.org>
AuthorDate: Wed Aug 8 23:30:00 2018 +0000

    Prepare repository for deployment.
---
 content/get-started/quickstart-go/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/get-started/quickstart-go/index.html b/content/get-started/quickstart-go/index.html
index 19a4dda..8a2435a 100644
--- a/content/get-started/quickstart-go/index.html
+++ b/content/get-started/quickstart-go/index.html
@@ -216,7 +216,7 @@ limitations under the License.
 
 <p>The Beam SDK for Go requires <code class="highlighter-rouge">go</code> version 1.10 or newer. It can be downloaded <a href="https://golang.org/">here</a>. Check that you have version 1.10 by running:</p>
 
-<div class="highlighter-rouge"><pre class="highlight"><code>$ go --version
+<div class="highlighter-rouge"><pre class="highlight"><code>$ go version
 </code></pre>
 </div>