style: Apply code formatting with go fmt
- Run 'make format' to ensure all Go code follows standard formatting - Maintains consistent code style across the entire codebase - No functional changes, only whitespace and formatting improvements
This commit is contained in:
parent
4fd0846127
commit
2bffa2c418
19 changed files with 543 additions and 527 deletions
|
|
@ -29,5 +29,6 @@ import "embed"
|
|||
// external file deployment or complicated asset management.
|
||||
//
|
||||
// Updated to include database.html for database status page
|
||||
//
|
||||
//go:embed static
|
||||
var Static embed.FS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue