bmatsuo / lmdb-go

Bindings for the LMDB C library
BSD 3-Clause "New" or "Revised" License
157 stars 59 forks source link

recently golint was made to only compile for go version >=1.5 #60

Closed bmatsuo closed 8 years ago

bmatsuo commented 8 years ago

The dependency on the go/types package breaks compilation on earlier versions.