format readme code import (#1503)
This commit is contained in:
		@ -750,9 +750,12 @@ See the [detail information](https://github.com/gin-gonic/gin/issues/742#issueco
 | 
				
			|||||||
```go
 | 
					```go
 | 
				
			||||||
package main
 | 
					package main
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import "log"
 | 
					import (
 | 
				
			||||||
import "github.com/gin-gonic/gin"
 | 
						"log"
 | 
				
			||||||
import "time"
 | 
						"time"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						"github.com/gin-gonic/gin"
 | 
				
			||||||
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type Person struct {
 | 
					type Person struct {
 | 
				
			||||||
	Name     string    `form:"name"`
 | 
						Name     string    `form:"name"`
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user