-
Normal `pflag` and normal `flag` package use plain pointers. This is useful if the assumption is that no values will change past initialization of a server.
However, for dynamic flag updating, it ca…
-
by **kin.wilson.za**:
(This is not 1.2 specific, confirmed the same result on 1.1.2)
Since the (documented) type of an interface is <nil>, reflection crashes when
attempting to coerce a nil in…
-
this is my console output
```
[root@kubernetes-slave-2 ~]# /usr/bin/flanneld -etcd-endpoints=http://node-1-master:2379 -etcd-prefix=/cluster.local/network
I0524 09:44:25.025576 08893 main.go:275] Ins…
xidui updated
8 years ago
-
Operating system: Xubuntu 14.04
Atom version: 1.6.0
When I start Atom with a Go file open, three dialog boxes appear. A fourth appears after I right-click on a variable and select "rename symbol und…
ghost updated
7 years ago
-
I recently upgraded to Go 1.6 and **SOMETIMES** (I have no clues why) my server crashes with this log.
I think it is because Go 1.6 introduces the detection of concurrent map write and read (more [h…
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
by **eparis@parisplace.org**:
This is golang 1.3
I am unable to go install any application where the pkg/.../*.a files do not exist and I
do not have write permission to the pkg directory associated…
-
```
After applying patch from issue #18, the test suite does not pass:
$ go test
panic: runtime error: slice bounds out of range [recovered]
panic: runtime error: slice bounds out of range
goro…
-
I've seen this happen a few times: when trying to `go get` something, one of the dependencies (which is already on the server) is messed up somehow:
```
2016/04/06 04:28:51 Go getting "github.com/app…