Sorted out how to do views with Go html/template, how to put code in subdirectories for a namespace, and documented why Go's modules are so weird.

This commit is contained in:
Zed A. Shaw 2025-06-06 13:12:38 -04:00
parent 144a76a67a
commit 55f59d88b6
11 changed files with 155 additions and 53 deletions

View file

@ -4,7 +4,7 @@ tmp_dir = "tmp"
[build]
args_bin = []
bin = "fibertest.exe"
bin = "webapp"
cmd = "make build"
delay = 1000
exclude_dir = ["assets", "tmp", "vendor", "testdata"]