Closed shawnps closed 8 years ago
can you check @shawnps ?
@client9 seeing a different error now:
➜ ~ go get -u github.com/client9/misspell/...
package github.com/client9/misspell/cmd/genwords: cannot find package "github.com/client9/misspell/cmd/genwords" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/client9/misspell/cmd/genwords (from $GOROOT)
/Users/shawn/mygo/src/github.com/client9/misspell/cmd/genwords (from $GOPATH)
package github.com/client9/misspell/sources/foldoc: cannot find package "github.com/client9/misspell/sources/foldoc" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/client9/misspell/sources/foldoc (from $GOROOT)
/Users/shawn/mygo/src/github.com/client9/misspell/sources/foldoc (from $GOPATH)
package github.com/client9/misspell/sources/reddit: cannot find package "github.com/client9/misspell/sources/reddit" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/client9/misspell/sources/reddit (from $GOROOT)
/Users/shawn/mygo/src/github.com/client9/misspell/sources/reddit (from $GOPATH)
package github.com/client9/misspell/sources/wikipedia-pages: cannot find package "github.com/client9/misspell/sources/wikipedia-pages" in any of:
/usr/local/Cellar/go/1.6.2/libexec/src/github.com/client9/misspell/sources/wikipedia-pages (from $GOROOT)
/Users/shawn/mygo/src/github.com/client9/misspell/sources/wikipedia-pages (from $GOPATH)
Seems to work if I don't do /...
and do these instead:
➜ ~ go get -u github.com/client9/misspell
➜ ~ go get -u github.com/client9/misspell/cmd/misspell
README says to install with the second command so I'll close the issue. Thanks @client9!