go get error
lth2015 opened this issue · 3 comments
lth2015 commented
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!
justinas commented
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.