diff --git a/file_other.go b/file_other.go index 8d304b2..09df2fe 100644 --- a/file_other.go +++ b/file_other.go @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build !windows package txfile diff --git a/internal/vfs/osfs/mmap_other.go b/internal/vfs/osfs/mmap_other.go index 3bf5414..52fb67e 100644 --- a/internal/vfs/osfs/mmap_other.go +++ b/internal/vfs/osfs/mmap_other.go @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -// +build darwin dragonfly freebsd linux netbsd openbsd solaris +// +build !windows package osfs diff --git a/internal/vfs/osfs/sync_other.go b/internal/vfs/osfs/sync_other.go index eebd8ec..f558394 100644 --- a/internal/vfs/osfs/sync_other.go +++ b/internal/vfs/osfs/sync_other.go @@ -15,7 +15,7 @@ // specific language governing permissions and limitations // under the License. -// +build dragonfly freebsd netbsd openbsd solaris +// +build !darwin,!linux,!windows package osfs