From 519d7c874bd6edaa9345823b3992e4bcb9fee6a6 Mon Sep 17 00:00:00 2001 From: anjunyou Date: Tue, 21 Aug 2018 11:51:19 +0800 Subject: [PATCH] format readme code import --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 053750bb..9f66dd76 100644 --- a/README.md +++ b/README.md @@ -750,9 +750,12 @@ See the [detail information](https://github.com/gin-gonic/gin/issues/742#issueco ```go package main -import "log" -import "github.com/gin-gonic/gin" -import "time" +import ( + "log" + "time" + + "github.com/gin-gonic/gin" +) type Person struct { Name string `form:"name"`