Testing travis - 1

This commit is contained in:
Jithin James 2017-10-16 17:25:05 +05:30
parent fff79fa8dc
commit 076df622a0
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ git:
depth: 3
install:
- go get golang.org/x/crypto/ssh/terminal
- make install
go_import_path: github.com/gin-gonic/gin

2
doc.go
View File

@ -3,4 +3,4 @@ Package gin implements a HTTP web framework called gin.
See https://gin-gonic.github.io/gin/ for more information about gin.
*/
package gin // import "github.com/gin-gonic/gin"
package gin // import "github.com/jithinjk/gin"