mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-25 12:27:43 +08:00
See the note: // this file is only here to prevent go src tools (like godep) from // thinking fuseversion is not a required package by non-darwin archs.
10 lines
303 B
Go
10 lines
303 B
Go
package commands
|
|
|
|
import (
|
|
fuseversion "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/jbenet/go-fuse-version"
|
|
)
|
|
|
|
// this file is only here to prevent go src tools (like godep) from
|
|
// thinking fuseversion is not a required package by non-darwin archs.
|
|
var _ = fuseversion.LocalFuseSystems
|