appleboy/gofight

Test error for glide install.

appleboy opened this issue · 5 comments

# github.com/appleboy/gofight/vendor/github.com/labstack/echo
../vendor/github.com/labstack/echo/echo.go:245: cannot use "github.com/appleboy/gofight/vendor/github.com/labstack/gommon/log".New("echo
") (type *"github.com/appleboy/gofight/vendor/github.com/labstack/gommon/log".Logger) as type Logger in field value:
        *"github.com/appleboy/gofight/vendor/github.com/labstack/gommon/log".Logger does not implement Logger (missing Panic method)
../vendor/github.com/labstack/echo/echo.go:558: e.Color.Printf undefined (type *color.Color has no field or method Printf)
../vendor/github.com/labstack/echo/echo.go:562: e.Color.Printf undefined (type *color.Color has no field or method Printf)
FAIL    github.com/appleboy/gofight/example [build failed]
make: *** [example] Error 2

as title.

找到解决方案的了吗》?

@jackluo2012 我還沒繼續追這問題,晚點會再試試看

我看了一下,好像是源码没有下齐,你可以,把源码下载下来,放到vendor 里

對,我知道,只是透過 glide 會安裝失敗,晚點來處理這問題

@jackluo2012 Already fixed this issue.