Skip to content

Commit

Permalink
Fix build tags (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristaloleg authored Jan 22, 2022
1 parent 0dcd04c commit 11bd72c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fuzz.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
//go:build gofuzz
// +build gofuzz
//

// To run the fuzzer, run the following commands:
// $ GO111MODULE=off go get -u github.com/dvyukov/go-fuzz/go-fuzz github.com/dvyukov/go-fuzz/go-fuzz-build
// $ cd $GOPATH/src/github.com/cristalhq/bencode
Expand Down
1 change: 1 addition & 0 deletions util_purego.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build purego
// +build purego

package bencode
Expand Down
1 change: 1 addition & 0 deletions util_unsafe.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//go:build !purego
// +build !purego

package bencode
Expand Down

0 comments on commit 11bd72c

Please sign in to comment.