This is an automated email from the ASF dual-hosted git repository.
lostluck pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 8d0ef53 Update the go get command with v2 (#15945)
8d0ef53 is described below
commit 8d0ef538ebf07e8a81b0d79dd42b3a7f6dbf2f01
Author: Natalie <[email protected]>
AuthorDate: Tue Nov 16 23:08:27 2021 +0100
Update the go get command with v2 (#15945)
Following the updates instructions for Go Modules on
https://github.com/apache/beam/blob/master/sdks/go/BUILD.md#go-modules
---
website/www/site/content/en/get-started/quickstart-go.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/www/site/content/en/get-started/quickstart-go.md
b/website/www/site/content/en/get-started/quickstart-go.md
index d7f0b11..ed8902e 100644
--- a/website/www/site/content/en/get-started/quickstart-go.md
+++ b/website/www/site/content/en/get-started/quickstart-go.md
@@ -36,7 +36,7 @@ $ go version
The easiest way to obtain the Apache Beam Go SDK is via `go get`:
{{< highlight >}}
-$ go get -u github.com/apache/beam/sdks/go/...
+$ go get -u github.com/apache/beam/sdks/v2/go/pkg/beam
{{< /highlight >}}
For development of the Go SDK itself, see
[BUILD.md](https://github.com/apache/beam/blob/master/sdks/go/BUILD.md) for
details.