diff options
-rw-r--r-- | bolt_arm64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bolt_arm64.go b/bolt_arm64.go index cca6b7e..6d23093 100644 --- a/bolt_arm64.go +++ b/bolt_arm64.go @@ -1,3 +1,5 @@ +// +build arm64 + package bolt // maxMapSize represents the largest mmap size supported by Bolt. |