diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-10 09:18:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-10 09:18:42 +0800 |
commit | 3108393b1622b7d5632fa65323ec1be359fd3d9a (patch) | |
tree | f093525b166647381d86be448d1ea18d1cda2dcd /main.go | |
parent | repo_tree: Support listing directories other than / (diff) | |
download | forge-3108393b1622b7d5632fa65323ec1be359fd3d9a.tar.gz forge-3108393b1622b7d5632fa65323ec1be359fd3d9a.tar.zst forge-3108393b1622b7d5632fa65323ec1be359fd3d9a.zip |
*.go: Reformat code
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ func main() { if err != nil { clog.Fatal(1, "Loading templates: "+err.Error()) } - + err = serve_static() if err != nil { clog.Fatal(1, "Serving static: "+err.Error()) |