build-a-better-web-together icon indicating copy to clipboard operation
build-a-better-web-together copied to clipboard

Deprecated. Moved to https://github.com/kataras/iris/wiki and https://docs.iris-go.com

Results 2 build-a-better-web-together issues
Sort by recently updated
recently updated
newest added

``` app := iris.New() app.PartyFunc("/users", func(users iris.Party) { users.Use(myAuthMiddlewareHandler) // http://localhost:8080/users/42/profile users.Get("/{id:int}/profile", userProfileHandler) // http://localhost:8080/users/messages/1 //users.Get("/inbox/{id:int}", userMessageHandler)There's a question here users.Get("/messages/{id:int}", userMessageHandler)//Right? }) ```

Any idea on i18n of this gitbook? Introduce Iris to those who don't master English well and help them build go web apps better.