Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing package when building : github.com/matryer/m #46

Closed
sgaide opened this issue Oct 7, 2016 · 2 comments
Closed

Missing package when building : github.com/matryer/m #46

sgaide opened this issue Oct 7, 2016 · 2 comments

Comments

@sgaide
Copy link

sgaide commented Oct 7, 2016

Hi Mat,

i'm new to go so this may certainly be a problem between the chair and the keyboard, but when i try to go install github.com/matryer/silk from the freshly cloned repo, i get this error :

silk/runner/run.go:17:2: cannot find package "github.com/matryer/m" in any of:
    /usr/local/Cellar/go/1.7.1/libexec/src/github.com/matryer/m (from $GOROOT)
    /Users/sgaide/dev/go/src/github.com/matryer/m (from $GOPATH)

i can find no m package in your github repos either, am i missing something ?

thanks for any help,

Sebastien

@matryer
Copy link
Owner

matryer commented Oct 7, 2016

Try go get github.com/matryer/silk? http://github.com/matryer/silk%60?

It’ll clone the repo for you and put the binary into$GOPATH/bin.

On 7 Oct 2016, at 09:03, Sébastien Gaïde notifications@github.com wrote:

Hi Mat,

i'm new to go so this may certainly be a problem between the chair and the keyboard, but when i try to go install github.com/matryer/silk from the freshly cloned repo, i get this error :

silk/runner/run.go:17:2: cannot find package "github.com/matryer/m" in any of:
/usr/local/Cellar/go/1.7.1/libexec/src/github.com/matryer/m (from $GOROOT)
/Users/sgaide/dev/go/src/github.com/matryer/m (from $GOPATH)
i can find no m package in your github repos either, am i missing something ?

thanks for any help,

Sebastien


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub #46, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGNG7gi282hvaeZR2MNxLJJBaRIpm3Nks5qxfy8gaJpZM4KQxSU.

@sgaide
Copy link
Author

sgaide commented Oct 7, 2016

works perfectly !
thanks.

@sgaide sgaide closed this as completed Oct 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants