Fix readme tabs

This commit is contained in:
Asim 2016-06-30 20:24:43 +01:00 committed by Vasiliy Tolstov
parent a8351bb18a
commit 216d14971f

View File

@ -7,10 +7,10 @@ to create a HTTP Server that could potentially be used for REST based API servic
```go ```go
import ( import (
"net/http" "net/http"
"github.com/micro/go-micro/server" "github.com/micro/go-micro/server"
httpServer "github.com/micro/go-plugins/server/http" httpServer "github.com/micro/go-plugins/server/http"
) )
func main() { func main() {
@ -35,11 +35,11 @@ Or as part of a service
```go ```go
import ( import (
"net/http" "net/http"
"github.com/micro/go-micro" "github.com/micro/go-micro"
"github.com/micro/go-micro/server" "github.com/micro/go-micro/server"
httpServer "github.com/micro/go-plugins/server/http" httpServer "github.com/micro/go-plugins/server/http"
) )
func main() { func main() {