mirror of
https://github.com/kataras/iris.git
synced 2025-12-20 03:17:04 +00:00
rename master branch to main
This commit is contained in:
@@ -23,7 +23,7 @@ func main() {
|
||||
})
|
||||
|
||||
// Example for WrapRouter is already here:
|
||||
// https://github.com/kataras/iris/blob/master/_examples/routing/custom-wrapper/main.go#L53
|
||||
// https://github.com/kataras/iris/blob/main/_examples/routing/custom-wrapper/main.go#L53
|
||||
app.WrapRouter(func(w http.ResponseWriter, r *http.Request, irisRouter http.HandlerFunc) {
|
||||
// Exactly the same source code:
|
||||
// https://github.com/getsentry/raven-go/blob/379f8d0a68ca237cf8893a1cdfd4f574125e2c51/http.go#L70
|
||||
|
||||
Reference in New Issue
Block a user