Explorar el Código

fix typos

tags/v0.9.0
jimzhan hace 10 años
padre
commit
6a33befcfd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      README.md

+ 1
- 1
README.md Ver fichero

Using prefixed (aka. subrouter) router is exactly same as the main one: Using prefixed (aka. subrouter) router is exactly same as the main one:


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

Cargando…
Cancelar
Guardar