-
```
What steps will reproduce the problem?
1. Within my local Go workspace, ~/mygo/src, I do a "go get
code.google.com/p/goncurses
2. I watch as the install process generates many errors
3.
What is …
-
```
What steps will reproduce the problem?
1. Within my local Go workspace, ~/mygo/src, I do a "go get
code.google.com/p/goncurses
2. I watch as the install process generates many errors
3.
What is …
-
I tried to run the jwt example and got this error:
```
~/mygo/src/github.com/freehaha/token-auth/examples/jwt$ go run main.go
# github.com/freehaha/token-auth/jwt
../../jwt/jwtstore.go:64: cannot us…
-
I get an error (Program exited with non-zero status:1) when I invoke "Open definition (go oracle)" anywhere in my code base. (goclipse 0.9.1)
The output in the "Oracle/gocode log":
```
>> Running: /u…
-
Go supports `$GOPATH` with multiple paths separated by a colon, such as `export GOPATH=$HOME/go:$HOME/gogae:$HOME/mygo`, however this does not seem to work with go-plus. This is very helpful because I…
doug updated
10 years ago
-
Trying to build swarm. Seems to fail on Dockerserver + Rax
```
[sg@whatup ~]# go get github.com/docker/libswarm/...
# github.com/docker/libswarm/backends
mygo/src/github.com/docker/libswarm/backends/…
jalev updated
10 years ago
-
我在 Ubuntu 上配置好 Go 的交叉编译环境,用:
GOARM=5 go-linux-arm get github.com/cyfdecyf/cow
编译出来的 cow 执行文件:
$ file ~/mygo/bin/linux_arm/cow
/home/punk/mygo/bin/linux_arm/cow: ELF 32-bit LSB executable, ARM, vers…
-
i've tried many things; but it works only with -s and/or -debug options
i've updated everything to the latest version (including go source)
-
I have SQLite3 3.15.x on Windows 7 64 bit but the GCC and go (version 1.1) are 32 bit.
The SELECT queries are not working for some reason.
At times its leads to PANIC when the query is executed. Is th…
-
```
======= BEGIN BUG REPORT =======
ERROR: invalid character '/' after array element
OUTPUT: [2013/12/30 20:15:55 [T] testing TestLogin Code[%d]%v 200 &{0 {50033 Invalid json:} map[]}[DEBUG] [20:15…