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

Commit

Permalink
fix: add freebsd build option for filewriter flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Jan 18, 2022
1 parent 2338690 commit 90b5617
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions filewriter_unix.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//go:build darwin || linux || netbsd || openbsd
// +build darwin linux netbsd openbsd
//go:build darwin || linux || netbsd || openbsd || freebsd
// +build darwin linux netbsd openbsd freebsd

package files

Expand Down

0 comments on commit 90b5617

Please sign in to comment.