state-management
Juan Calderon-Perez 2025-03-18 23:28:53 -04:00 committed by GitHub
parent 5af18cc275
commit 6fa12bbda8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

2
app.go
View File

@ -140,7 +140,7 @@ type Config struct { //nolint:govet // Aligning the struct fields is not necessa
// Default: ""
ServerHeader string `json:"server_header"`
// When set to Ftrue, the router treats "/foo" and "/foo/" as different.
// When set to true, the router treats "/foo" and "/foo/" as different.
// By default this is disabled and both "/foo" and "/foo/" will execute the same handler.
//
// Default: false