du5114 2017-11-14 12:27
浏览 71
已采纳

Golang:无法安装软件包zvelo / ttlru

I would like to use zvelo/ttlru and have successfully go get this package from github.

Problem:

The following error occurs, when I try to go run my go program, that contains the import "github.com/zvelo/ttlru":

go_server.go:8:2: code in directory /home/.../work_go/src/github.com/zvelo/ttlru expects import "zvelo.io/ttlru"

What is wrong here? I don't see any zvelo.io/ttlru imports anywhere.

  • 写回答

2条回答 默认 最新

  • dongying6179 2017-11-14 12:33
    关注

    try go getting and importing "zvelo.io/ttlru"

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?