-
I met a problem about silver and had been trying two day without progress.
I got the source of silver, alse setup go lang in my pc.
Then I executed "go run make.go setup" without any error, when I e…
bu763 updated
9 years ago
-
Gettable `go get github.com/onemorecloud/dendrite/cmd/dendrite` yields this error:
``` sh
/usr/local/mygo/src/github.com/onemorecloud/dendrite/tail.go:142: cannot use tomb.Tomb literal (type tomb.Tom…
-
Take this as an example (in `proto3`):
``` proto
message DeploymentId {
string name = 1;
}
message FlagId {
DeploymentId deployment = 1;
string name = 2;
}
message Flag {
FlagId id = 1;
s…
-
```
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…
-
```
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…
-
sh /usr/local/codis/bootstrap.sh
downloading dependcies, it may take a few minutes...
go build -o bin/codis-proxy ./cmd/proxy
# github.com/wandoulabs/codis/pkg/proxy/router
src/github.com/wandoulabs…
-
```
What steps will reproduce the problem?
1. execute first example
2.
3.
What is the expected output? What do you see instead?
allot like the demo
What version of the product are you using? On what…
-
Hi, I'm learning bleve, following is a small program modified from wiki:
``` !go
package main
import (
"fmt"
"github.com/blevesearch/bleve"
)
func main() {
// open a new index
mapp…
-
Original [issue 142](https://code.google.com/p/plotinum/issues/detail?id=142) created by eaburns on 2014-06-17T13:56:29.000Z:
What steps will reproduce the problem?
1. execute first example
2.
3.
Wh…