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
dc6b5480
Commit
dc6b5480
authored
Jan 13, 2015
by
Juan Batiz-Benet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vendor fixed go-fuse-version
parent
102c43a3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
4 deletions
+7
-4
Godeps/Godeps.json
Godeps/Godeps.json
+1
-1
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_bsd.go
...pace/src/github.com/jbenet/go-fuse-version/version_bsd.go
+2
-1
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_linux.go
...ce/src/github.com/jbenet/go-fuse-version/version_linux.go
+2
-1
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_windows.go
.../src/github.com/jbenet/go-fuse-version/version_windows.go
+2
-1
No files found.
Godeps/Godeps.json
View file @
dc6b5480
...
...
@@ -114,7 +114,7 @@
},
{
"ImportPath"
:
"github.com/jbenet/go-fuse-version"
,
"Rev"
:
"
ff72c39433f95ada15f116fa493a51eeec2bd52e
"
"Rev"
:
"
c723f93ceeb1d1e21eb7fe6fd39aa21a9fe7db99
"
},
{
"ImportPath"
:
"github.com/jbenet/go-is-domain"
,
...
...
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_bsd.go
View file @
dc6b5480
...
...
@@ -3,9 +3,10 @@
package
fuseversion
import
(
"fmt"
"runtime"
)
func
getLocalFuseSystems
()
(
*
Systems
,
error
)
{
return
nil
,
fmt
.
Sprint
f
(
notImplYet
,
runtime
.
GOARCH
()
)
return
nil
,
fmt
.
Error
f
(
notImplYet
,
runtime
.
GOARCH
)
}
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_linux.go
View file @
dc6b5480
package
fuseversion
import
(
"fmt"
"runtime"
)
func
getLocalFuseSystems
()
(
*
Systems
,
error
)
{
return
nil
,
fmt
.
Sprint
f
(
notImplYet
,
runtime
.
GOARCH
()
)
return
nil
,
fmt
.
Error
f
(
notImplYet
,
runtime
.
GOARCH
)
}
Godeps/_workspace/src/github.com/jbenet/go-fuse-version/version_windows.go
View file @
dc6b5480
package
fuseversion
import
(
"fmt"
"runtime"
)
func
getLocalFuseSystems
()
(
*
Systems
,
error
)
{
return
nil
,
fmt
.
Sprint
f
(
notImplYet
,
runtime
.
GOARCH
()
)
return
nil
,
fmt
.
Error
f
(
notImplYet
,
runtime
.
GOARCH
)
}
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