jimzhan пре 9 година
родитељ
комит
6a33befcfd
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      README.md

+ 1
- 1
README.md Прегледај датотеку

@@ -116,7 +116,7 @@ app.Use(func(next http.Handler) http.Handler {
Using prefixed (aka. subrouter) router is exactly same as the main one:

```go
app := rex.new()
app := rex.New()
app.GET("/", func(w http.ResponseWriter, r *http.Request) {
io.WriteString(w, "index page")
})

Loading…
Откажи
Сачувај