Realize is the #1 Golang Task Runner which enhance your workflow by automating the most common tasks and using the best performing Golang live reloading.
I've got an issue during installing the package (go get github.com/oxequa/realize):
# github.com/labstack/echo
../github.com/labstack/echo/echo.go:305:19: cannot use "github.com/labstack/gommon/log".ERROR (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel
../github.com/labstack/echo/echo.go:687:20: cannot use "github.com/labstack/gommon/log".DEBUG (type uint32) as type "github.com/labstack/gommon/log".Lvl in argument to e.Logger.SetLevel
I tried use other version of echo but didn't help. Any ideas what to do?
I've got an issue during installing the package (
go get github.com/oxequa/realize
):I tried use other version of echo but didn't help. Any ideas what to do?