tecbot / gorocksdb

gorocksdb is a Go wrapper for RocksDB
http://rocksdb.org
MIT License
937 stars 269 forks source link

Adding a go.mod file #232

Closed jamesbibby closed 5 months ago

jamesbibby commented 5 months ago

Without a module file we can no longer use features above 1.16 (and we now use the newer unsafe features of 1.18 and 1.20)