mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

https://github.com/golang/go/wiki/Ubuntu ふむふむ

$ sudo apt install golang-1.8-go
$ go version
The program 'go' is currently not installed. You can install it by typing:
sudo apt install golang-go

あれれ?

$ /usr/lib/go-1.8/bin/go version
go version go1.8.1 linux/amd64

ふーむ

export GOPATH=$HOME/go
PATH=$PATH:/usr/lib/go-1.8/bin:$GOPATH/bin

でいっか。