Bug#899298: golang-1.10-go: vgo run fail

2018-09-02 Thread Gregor Riepl
That doesn't work. The path should be: /usr/share/go-1.10 Alternatively, one can use: export VGOROOT=/usr/share/go-1.10 vgo working out of the box would be nicer though, agreed.

Bug#899298: golang-1.10-go: vgo run fail

2018-05-22 Thread Andrey Chernomyrdin
Package: golang-1.10-go Version: 1.10.1-3 Severity: minor Dear Maintainer, I run: $ go get -u golang.org/x/vgo $ vgo -h vgo requires Go 1.10 but VGOROOT=/usr/lib/go-1.10 is not a Go 1.10 source tree Ugly hack: # cd /usr/lib/go-1.10 # ln -s ../../share/go-1.10/api Please add symlink to api in i