add doc.go file

This commit is contained in:
thinkerou 2017-07-04 12:35:31 +08:00
parent a8ea89ea38
commit 71fb2fbae7

6
doc.go Normal file
View File

@ -0,0 +1,6 @@
/*
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"