Skip to content

Instantly share code, notes, and snippets.

@whyrusleeping
Created September 20, 2014 19:21
Show Gist options
  • Save whyrusleeping/212354cb773c15165850 to your computer and use it in GitHub Desktop.
Save whyrusleeping/212354cb773c15165850 to your computer and use it in GitHub Desktop.
Mild downside to using godeps...
cmd/ipfs/add.go:28: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-add", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/cat.go:22: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-cat", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/config.go:37: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-config", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/init.go:25: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-init", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/ipfs.go:52: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/ls.go:25: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-ls", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/mount_unix.go:26: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-mount", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
cmd/ipfs/refs.go:27: cannot use *"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".NewFlagSet("ipfs-refs", "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".ExitOnError) (type "github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/gonuts/flag".FlagSet) as type "github.com/gonuts/flag".FlagSet in field value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment