docs(readme): fix import.

This commit is contained in:
Eason Lin 2017-07-18 12:30:48 +08:00
parent eafa073f71
commit e21f590620

View File

@ -462,9 +462,7 @@ func main() {
package main
import "log"
import (
"github.com/gin-gonic/gin"
)
import "github.com/gin-gonic/gin"
type Person struct {
Name string `form:"name"`