Skip to content

Commit

Permalink
Fix the build on Go 1.10 and before (#161)
Browse files Browse the repository at this point in the history
Fixes #160.
  • Loading branch information
jeffallen authored and xiang90 committed May 28, 2019
1 parent 1727806 commit 2eb7227
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bolt_riscv64.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// +build riscv64

package bbolt

// maxMapSize represents the largest mmap size supported by Bolt.
Expand Down

0 comments on commit 2eb7227

Please sign in to comment.