gin-gonic / contrib

Collection of middlewares created by the community

Home Page:https://gin-gonic.github.io/gin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ginrus example broken

dmfutcher opened this issue · comments

The ginrus example is currently broken. Logrus appears to have a new API (use Logger.Out = output instead of Logger.SetOutput(output) and there is an un-used import.

👍

Hi @bobbo and @turtlemonvh . I'm the one who PRed ginrus in #40 . I don't have time to fix this right now, sorry. Feel free to submit a PR.

Gotcha @oryband. PR is here: #101