run formatters

This commit is contained in:
crapStone 2024-11-17 16:43:06 +01:00
parent df06003584
commit 71f01e6dd0
No known key found for this signature in database
GPG key ID: 22D4BF0CF7CC29C8
3 changed files with 7 additions and 6 deletions

View file

@ -88,6 +88,7 @@ This will trigger a build of the PR which will build a docker image to be used f
A custom error page template can be served by creating `custom/error.html`.
Data available to the template includes:
- `{{ .StatusCode }}`: The HTTP status code (e.g. 404)
- `{{ .StatusText }}`: The textual name associated with the status code (e.g. Not Found)
- `{{ .Message }}`: The reason for the error