You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 ?
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 :i can find no
m
package in your github repos either, am i missing something ?thanks for any help,
Sebastien
The text was updated successfully, but these errors were encountered: