Skip to content

Vendetta unable to determine package name with symlinked cwd #15

@samv

Description

@samv

In my case, it's because I make my directory a symlink into the full path in GOROOT

$ go list .
github.com/parsable/beacon
SamV-WI:~/p/beacon<kafka-commit-api>
$ vendetta
Unable to infer project name; specify it explicitly with the '-n' option.
SamV-WI:~/p/beacon<kafka-commit-api>
$ cd `pwd -P`
SamV-WI:~/src/github.com/parsable/beacon<kafka-commit-api>
$ vendetta
Inferred root package name github.com/parsable/beacon from GOPATH element /Users/samv
^C```

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