Skip to content

Commit

Permalink
Ubuntu.md: remove getgo option
Browse files Browse the repository at this point in the history
Getgo is deprecated.

For golang/go#60951

Change-Id: I3b92e0d90cae8ec4623199b63e9aca98883db477
Reviewed-on: https://go-review.googlesource.com/c/wiki/+/563455
Reviewed-by: Dmitri Shuralyov <[email protected]>
Commit-Queue: Hyang-Ah Hana Kim <[email protected]>
Auto-Submit: Hyang-Ah Hana Kim <[email protected]>
  • Loading branch information
hyangah authored and gopherbot committed Feb 12, 2024
1 parent 4380e38 commit dd26168
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,3 @@ Using [snaps](https://snapcraft.io/go) also works quite well.
sudo snap install --classic go
```
> A restart may or may not be required for the command to be recognized depending on your system.
## Using getgo

Using [getgo](https://github.com/golang/tools/tree/master/cmd/getgo) (proof-of-concept command-line installer for Go).

```
curl -LO https://get.golang.org/$(uname)/go_installer && chmod +x go_installer && ./go_installer && rm go_installer
```
> Getgo will install the Go distribution (tools & stdlib) to "/.go" inside your home directory.

0 comments on commit dd26168

Please sign in to comment.