add doc.go (#970)

This commit is contained in:
田欧 2017-07-04 16:17:54 +08:00 committed by Bo-Yi Wu
parent baf216e167
commit ecf1b37850

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"