fix: nil-close bug, stale docs, dead code, and tracked binaries (#7)
All checks were successful
CI / Build and Test (push) Successful in 34s

This commit was merged in pull request #7.
This commit is contained in:
2026-02-20 20:00:44 +00:00
parent f833498b65
commit cb13839157
15 changed files with 44 additions and 81 deletions

2
h/h.go
View File

@@ -5,7 +5,7 @@
//
// h.Div(
// h.H1(h.Text("Hello, Via")),
// h.P(h.Text("Pure Go. No tmplates.")),
// h.P(h.Text("Pure Go. No templates.")),
// )
package h