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
|
```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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user