Fix readme tabs
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @@ -7,10 +7,10 @@ to create a HTTP Server that could potentially be used for REST based API servic | ||||
|  | ||||
| ```go | ||||
| import ( | ||||
|         "net/http" | ||||
| 	"net/http" | ||||
|  | ||||
|         "github.com/micro/go-micro/server" | ||||
|         httpServer "github.com/micro/go-plugins/server/http" | ||||
| 	"github.com/micro/go-micro/server" | ||||
| 	httpServer "github.com/micro/go-plugins/server/http" | ||||
| ) | ||||
|  | ||||
| func main() { | ||||
| @@ -35,11 +35,11 @@ Or as part of a service | ||||
|  | ||||
| ```go | ||||
| import ( | ||||
|         "net/http" | ||||
| 	"net/http" | ||||
|  | ||||
|         "github.com/micro/go-micro" | ||||
|         "github.com/micro/go-micro/server" | ||||
|         httpServer "github.com/micro/go-plugins/server/http" | ||||
| 	"github.com/micro/go-micro" | ||||
| 	"github.com/micro/go-micro/server" | ||||
| 	httpServer "github.com/micro/go-plugins/server/http" | ||||
| ) | ||||
|  | ||||
| func main() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user