GoSublime
GoSublime copied to clipboard
Unable to find package margo
Hi guys,
Hope you are all well !!!
[13:13:33] margo: agent#007: ['/Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/GoSublime/bin/margo.sh', 'start', 'margo.sublime', '-codec', 'msgpack']
[13:13:33] margo: agent#007: log: ``` go install -v -tags=margo margo.sh/cmd/margo.sublime ```
[13:13:40] margo: agent#007: log: press ` super+. `,` super+x ` to configure margo or check console for errors
[13:13:40] margo: agent#007: log: *Not* using margo extension: Error: cannot find package "margo" in any of:
[13:13:40] margo: agent#007: log: /usr/local/go/src/margo (from $GOROOT)
[13:13:40] margo: agent#007: log: /Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/User/GoSublime/src/margo (from $GOPATH)
[13:13:40] margo: agent#007: stopping
I have margo.sh in /Users/x0rzkov/Library/Application Support/Sublime Text 3/Packages/User/GoSublime/src/
How to sort it out ? thanks
Cheers, X
Is it literally .../User/GoSublime/src/margo.sh? the package dir should be /User/GoSublime/src/margo (no .sh). What happens if you press cmd+.,cmd+x?