justinas / alice

Painless middleware chaining for Go

Home Page:https://godoc.org/github.com/justinas/alice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get error

lth2015 opened this issue · comments

when I install throttled, execute go get command:

go get "github.com/throttled/throttled"

here is an error:

can't load package: package github.com/throttled/throttled: code in directory /Users/litanhua/GoglandProjects/cloudstorage/src/github.com/throttled/throttled expects import "gopkg.in/throttled/throttled.v2"

thank you!

Hi,

As indicated by the error message, Throttled uses a different import path. See their README.

Although it is not an issue with Alice, I will take some time to update the example as it has been out of date for a while now.

@justinas thank you so much~

When I delete // import "gopkg.in/throttled/throttled.v2/store/storetest" in files:
doc.go store/deprecated.go,store/memstore/memstore.go store/redigostore/redigostore.go store/storetest/doc.go store/storetest/storetest.go it works.