Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
4e7140dd
Commit
4e7140dd
authored
Mar 05, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #857 from tonistiigi/nofuse-fix
Fix nofuse build tags syntax
parents
6374d5f3
0f698230
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
12 additions
and
5 deletions
+12
-5
core/commands/mount_darwin.go
core/commands/mount_darwin.go
+2
-0
core/commands/mount_nofuse.go
core/commands/mount_nofuse.go
+2
-1
core/commands/mount_unix.go
core/commands/mount_unix.go
+2
-1
fuse/ipns/mount_unix.go
fuse/ipns/mount_unix.go
+2
-1
fuse/readonly/mount_unix.go
fuse/readonly/mount_unix.go
+2
-1
fuse/readonly/readonly_unix.go
fuse/readonly/readonly_unix.go
+2
-1
No files found.
core/commands/mount_darwin.go
View file @
4e7140dd
// +build !nofuse
package
commands
import
(
...
...
core/commands/mount_nofuse.go
View file @
4e7140dd
// +build (linux darwin freebsd) and nofuse
// +build linux darwin freebsd
// +build nofuse
package
commands
...
...
core/commands/mount_unix.go
View file @
4e7140dd
// +build (linux darwin freebsd) and !nofuse
// +build linux darwin freebsd
// +build !nofuse
package
commands
...
...
fuse/ipns/mount_unix.go
View file @
4e7140dd
// +build (linux darwin freebsd) and !nofuse
// +build linux darwin freebsd
// +build !nofuse
package
ipns
...
...
fuse/readonly/mount_unix.go
View file @
4e7140dd
// +build (linux darwin freebsd) and !nofuse
// +build linux darwin freebsd
// +build !nofuse
package
readonly
...
...
fuse/readonly/readonly_unix.go
View file @
4e7140dd
// +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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment