|
Richard Thanki |
at May 14, 2013 at 9:27 pm
|
⇧ |
| |
Thanks Dave but an echo $GOROOT command reveals that nothing is set as
GOROOT, performing 'go env' shows that GOROOT="/usr/local/go" - which is
normal isn't it? Or do I have to unset this as well? If so I'm not sure how
to do that...
In any case my full go env is:
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/home/user/go"
GORACE=""
GOROOT="/usr/local/go"
GOTOOLDIR="/usr/local/go/pkg/tool/linux_amd64"
CC="gcc"
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread"
CGO_ENABLED="1"
My relevant environment variables are:
TERM=xterm
SHELL=/bin/bash
PATH=/home/user/.cabal/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/local/go/bin:/home/user/go/bin:/home/user/go/bin:/usr/lib/jvm/java-7-oracle/bin:/usr/lib/jvm/java-7-oracle/db/bin:/usr/lib/jvm/java-7-oracle/jre/bin
PWD=/usr/local/go/pkg
HOME=/home/user
GOPATH=/home/user/go
On 14 May 2013 22:14, Dave Cheney wrote:Tripple check that you have unset $GOROOT. You don't need it set, really.
On Wed, May 15, 2013 at 5:59 AM, Richard Thanki wrote:I've just installed Go 1.1 from source on Ubuntu 12.10, most things seem to
work fine but doing so has broken GoSublime's autocompletion features for
the standard libraries. Packages I've downloaded still autocomplete.
Is there a command to autogenerate documentation files that I need to run?
I've searched but to no avail. Would appreciate any pointers.
Cheers!
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out. --
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.