Gin: gopkg.in context.go call github? (render & binding)

Created on 13 Dec 2016  路  7Comments  路  Source: gin-gonic/gin

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'...?

bug enhancement

Most helpful comment

I will fix this asap.

All 7 comments

@appleboy is this solved?

We wait)

A very important issue.

I will fix this asap.

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

boneq picture boneq  路  3Comments

xpbliss picture xpbliss  路  3Comments

ccaza picture ccaza  路  3Comments

sofish picture sofish  路  3Comments

rawoke083 picture rawoke083  路  3Comments