mirror of
https://github.com/skadimoolam/go-vue-todos.git
synced 2026-05-15 14:16:16 -06:00
[GH-ISSUE #9] when run todo.go,get error msgs like below: #1
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/go-vue-todos#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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")
@Trashed commented on GitHub (Aug 1, 2017):
I left a pull request and I made changes @nowilike mentioned.
@skadimoolam commented on GitHub (Oct 30, 2017):
This has since been updated.