[GH-ISSUE #9] when run todo.go,get error msgs like below: #1

Closed
opened 2026-05-05 10:55:33 -06:00 by gitea-mirror · 3 comments
Owner

Originally created by @wuchangfeng on GitHub (Jan 12, 2017).
Original GitHub issue: https://github.com/skadimoolam/go-vue-todos/issues/9

thx for your porject, but when i clone your project and follow the installions,at the last got this error msg:

➜ go-vue-todos git:(master) go run todo.go
todo.go:8:2: cannot find package "github.com/labstack/echo/engine/standard" in any of:
/usr/local/go/src/github.com/labstack/echo/engine/standard (from $GOROOT)
/Users/allenwu/GoProjects/src/github.com/labstack/echo/engine/standard (from $GOPATH)

I had checked issues and pr,but nothing about the error.

Originally created by @wuchangfeng on GitHub (Jan 12, 2017). Original GitHub issue: https://github.com/skadimoolam/go-vue-todos/issues/9 thx for your porject, but when i clone your project and follow the installions,at the last got this error msg: ➜ go-vue-todos git:(master) go run todo.go todo.go:8:2: cannot find package "github.com/labstack/echo/engine/standard" in any of: /usr/local/go/src/github.com/labstack/echo/engine/standard (from $GOROOT) /Users/allenwu/GoProjects/src/github.com/labstack/echo/engine/standard (from $GOPATH) I had checked issues and pr,but nothing about the error.
Author
Owner

@nowilike commented on GitHub (Jun 1, 2017):

It seems that echo has changed something.
I commented this:
//"github.com/labstack/echo/engine/standard"
and changed
e.Run(standard.New(":8080"))
to
e.Start(":8080")

<!-- gh-comment-id:305446319 --> @nowilike commented on GitHub (Jun 1, 2017): It seems that echo has changed something. I commented this: //"github.com/labstack/echo/engine/standard" and changed e.Run(standard.New(":8080")) to e.Start(":8080")
Author
Owner

@Trashed commented on GitHub (Aug 1, 2017):

I left a pull request and I made changes @nowilike mentioned.

<!-- gh-comment-id:319319672 --> @Trashed commented on GitHub (Aug 1, 2017): I left a pull request and I made changes @nowilike mentioned.
Author
Owner

@skadimoolam commented on GitHub (Oct 30, 2017):

This has since been updated.

<!-- gh-comment-id:340392420 --> @skadimoolam commented on GitHub (Oct 30, 2017): This has since been updated.
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/go-vue-todos#1
No description provided.