oulan / leveldb-go

Automatically exported from code.google.com/p/leveldb-go
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Please document minimum required Go version #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. follow directions on front page ("go get 
code.google.com/p/leveldb-go/leveldb")

What is the expected output? What do you see instead?

Expected: working install of leveldb-go
Actual: 
# code.google.com/p/leveldb-go/leveldb/memdb
../../../tools/go/src/code.google.com/p/leveldb-go/leveldb/memdb/memdb.go:90: 
syntax error: unexpected :, expecting ]
# code.google.com/p/leveldb-go/leveldb/table
../../../tools/go/src/code.google.com/p/leveldb-go/leveldb/table/reader.go:135: 
syntax error: unexpected :, expecting ]
../../../tools/go/src/code.google.com/p/leveldb-go/leveldb/table/reader.go:143: 
syntax error: unexpected :, expecting ]

What version of the product are you using? On what operating system?

go version go1.1.2 linux/arm

Please provide any additional information below.

It would be nice if you could update the front page to say what version of go 
is required. I'm having a hard time finding any releases newer than 1.1.2, or 
any official information on which release supports this new [::] syntax.

Original issue reported on code.google.com by abliss on 27 Nov 2013 at 9:41

GoogleCodeExporter commented 9 years ago
Sorry, you will need Go 1.2, which should be released within days. I've updated 
the leveldb-go front page.

https://groups.google.com/d/topic/golang-nuts/ARxmh9L30w4/discussion

Original comment by nigel...@golang.org on 27 Nov 2013 at 10:21