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

When using go get I get no build able source code

joeblew99 opened this issue · comments

I know this is picky, but it screws up tooling for a large team.
It also breaks the newer censoring tools like gvt.

Any recommendations for how to force a pull ?
Go get -u -D ??

@joeblew99
how about go get github.com/gin-gonic/contrib/...?

go get -u -d ... works.

-d forces a download even if its not go.