Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Commit

Permalink
add arm64 build tag
Browse files Browse the repository at this point in the history
This commit adds a build tag on bolt_arm64.go to prevent compile
errors under Go 1.4. These errors occur because Go 1.4 does not
recognize arm64 as a GOARCH.
  • Loading branch information
benbjohnson committed Sep 9, 2015
1 parent 9f37fd9 commit d14c18e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bolt_amd64.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// +build amd64
package bolt

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

0 comments on commit d14c18e

Please sign in to comment.