Hello there,
Trying a new install I found context.go calling:
import (
"github.com/gin-gonic/gin/binding"
"github.com/gin-gonic/gin/render"
)
So a clean install with v1 package still need github develop libraries ?
I guess it's a 'forgotten'...?
@appleboy is this solved?
We wait)
A very important issue.
I will fix this asap.
See the status https://github.com/gin-gonic/gin/pull/781#issuecomment-271309075
Comment from @javierprovecho
maybe, i'm not sure. for now just to update the import statement from github.com... to gopkg.in... to really pull/use the same commit when releasing the next version (for being visible from gin.v1 or master), if not, it will pull twice both from gopkg.in and github.com.
@gplume I recommend that pull gin from github.com path. It is stable version in master and same with gopkg.in in v1. We are talking about how to resolve this issue in next version.
Most helpful comment
I will fix this asap.