-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Import problem when installing the tutorial:
$ godep go install tutorial/fresno
# tutorial/fresno
fresno/main.go:10: can't find import: "github.com/gopherjs/gopherjs"
godep: go exit status 2
Not sure why, the godep path seems right and gopherjs is in there:
$ godep path
$HOME/tutroot/src/tutorial/Godeps/_workspace
After commenting out line 10 of fresno/main.go, the error becomes:
$ godep go install tutorial/fresno
# tutorial/fresno
fresno/main.go:12: can't find import: "github.com/tools/godep"
godep: go exit status 2
After also commenting out line 12 of fresno/main.go, the install completes and the tutorial runs.
Metadata
Metadata
Assignees
Labels
No labels