Skip to content

build fails, instructions not enough... #156

@bkerin

Description

@bkerin

probably just that I know zip about go but after I followed the instructions I get:

$ go build ./
main.go:15:2: cannot find package "github.com/hanwen/go-fuse/v2/fs" in any of:
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/v2/fs (from $GOROOT)
($GOPATH not set)
main.go:16:2: cannot find package "github.com/hanwen/go-fuse/v2/fuse" in any of:
/usr/lib/go/src/pkg/github.com/hanwen/go-fuse/v2/fuse (from $GOROOT)
($GOPATH not set)
main.go:17:2: cannot find package "github.com/hanwen/go-mtpfs/fs" in any of:
/usr/lib/go/src/pkg/github.com/hanwen/go-mtpfs/fs (from $GOROOT)
($GOPATH not set)
main.go:18:2: cannot find package "github.com/hanwen/go-mtpfs/mtp" in any of:
/usr/lib/go/src/pkg/github.com/hanwen/go-mtpfs/mtp (from $GOROOT)
($GOPATH not set)

So looks like it doesn't fetch dependencies automagically. I took a brief try at go-fuse but it doesn't seem to hav installation instructions and I don't know what to do

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions