Closed car12o closed 7 years ago
This is a change on purpose, as most people are using anyway some dependency manager like glide we decided to use the plain github.com links to avoid other issues we had with gopkg.in
I also have this issue. Does that mean that all my imports of "gopkg.in/gin-gonic/gin.v1" should change to "github.com/gin-gonic/gin" ? What will I be losing/gaining in this case ?
@jwcoates Yes. see https://github.com/gin-gonic/gin/issues/828
In this new update you change the gin framework version "github.com/gin-gonic/gin" instead of "gopkg.in/gin-gonic/gin.v1"
So I'm getting this error: cannot use cors.Default() (type "github.com/gin-gonic/gin".HandlerFunc) as type "gopkg.in/gin-gonic/gin.v1".HandlerFunc in argument to server.router.Use
Is this an issue or you change it in purpose ?