mirror of https://github.com/gin-gonic/gin.git
fix: example format.
This commit is contained in:
parent
27f912f5b2
commit
00ff808ac5
|
@ -1,8 +1,8 @@
|
||||||
package hello
|
package hello
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"net/http"
|
|
||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
|
"net/http"
|
||||||
)
|
)
|
||||||
|
|
||||||
// This function's name is a must. App Engine uses it to drive the requests properly.
|
// This function's name is a must. App Engine uses it to drive the requests properly.
|
||||||
|
|
Loading…
Reference in New Issue