Fix the build on Go 1.10 and before (#161)

Fixes #160.
pull/164/head
Jeff R. Allen 2019-05-28 22:21:53 +02:00 committed by Xiang Li
parent 1727806877
commit 2eb7227ade
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// +build riscv64
package bbolt
// maxMapSize represents the largest mmap size supported by Bolt.