Skip to content

Commit dd26168

Browse files
hyangahgopherbot
authored andcommitted
Ubuntu.md: remove getgo option
Getgo is deprecated. For golang/go#60951 Change-Id: I3b92e0d90cae8ec4623199b63e9aca98883db477 Reviewed-on: https://go-review.googlesource.com/c/wiki/+/563455 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Commit-Queue: Hyang-Ah Hana Kim <hyangah@gmail.com> Auto-Submit: Hyang-Ah Hana Kim <hyangah@gmail.com>
1 parent 4380e38 commit dd26168

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

Ubuntu.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,3 @@ Using [snaps](https://snapcraft.io/go) also works quite well.
2828
sudo snap install --classic go
2929
```
3030
> A restart may or may not be required for the command to be recognized depending on your system.
31-
32-
## Using getgo
33-
34-
Using [getgo](https://github.com/golang/tools/tree/master/cmd/getgo) (proof-of-concept command-line installer for Go).
35-
36-
```
37-
curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
38-
```
39-
> Getgo will install the Go distribution (tools & stdlib) to "/.go" inside your home directory.
40-

0 commit comments

Comments
 (0)