1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-09 23:42:20 +08:00

Fix nofuse build tags syntax

This commit is contained in:
Tonis Tiigi
2015-03-05 17:47:03 +02:00
parent 4b7493e9fd
commit 91ab1401ab
5 changed files with 10 additions and 5 deletions

View File

@ -1,4 +1,5 @@
// +build (linux darwin freebsd) and !nofuse
// +build linux darwin freebsd
// +build !nofuse
package readonly

View File

@ -1,4 +1,5 @@
// +build (linux darwin freebsd) and !nofuse
// +build linux darwin freebsd
// +build !nofuse
// package fuse/readonly implements a fuse filesystem to access files
// stored inside of ipfs.