diff options
| author | Xe Iaso <me@xeiaso.net> | 2025-04-26 19:47:00 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2025-04-26 19:47:00 -0400 |
| commit | b02d2ba479446de6f38fce1e25cec8564ef9010a (patch) | |
| tree | a60d001dda18187552591f70224bea38cc2000de /cmd/asbestos/main.go | |
| parent | 4d27a5e7c416e2a6cab039684037681cdac63a19 (diff) | |
| download | x-b02d2ba479446de6f38fce1e25cec8564ef9010a.tar.xz x-b02d2ba479446de6f38fce1e25cec8564ef9010a.zip | |
chore(templ): fix go generate commands
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/asbestos/main.go')
| -rw-r--r-- | cmd/asbestos/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/asbestos/main.go b/cmd/asbestos/main.go index 9ab1f8e..1f99589 100644 --- a/cmd/asbestos/main.go +++ b/cmd/asbestos/main.go @@ -15,7 +15,7 @@ import ( "within.website/x/xess" ) -//go:generate go run github.com/a-h/templ/cmd/templ@latest generate +//go:generate go tool templ generate var ( bind = flag.String("bind", ":8069", "http port to bind on") |
