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