From 39f6db6c475e4627ff810bc29cc029823898eb9b Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Mon, 1 Jun 2020 11:24:12 +0200 Subject: [PATCH] Remove old comment --- app.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/app.go b/app.go index 3439e66f..3005fff3 100644 --- a/app.go +++ b/app.go @@ -47,8 +47,6 @@ type App struct { Settings *Settings } -// Enables automatic redirection if the current route can't be matched but a handler for the path with (without) the trailing slash exists. For example if /foo/ is requested but a route only exists for /foo, the client is redirected to /foo with http status code 301 for GET requests and 308 for all other request methods. - // Settings holds is a struct holding the server settings type Settings struct { // This will spawn multiple Go processes listening on the same port