fuse: Add build tags for unsupported OS

This commit is contained in:
Alexander Neumann 2017-06-18 17:02:07 +02:00
parent 154816ffd0
commit 9c6e9bcf33
3 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// +build !openbsd
// +build !windows
package fuse
import (

View File

@ -1,3 +1,6 @@
// +build !openbsd
// +build !windows
package fuse
import (

View File

@ -1,3 +1,6 @@
// +build !openbsd
// +build !windows
package fuse
import (