go-html/cmd/codegen
Snider 2d16ce9d69
All checks were successful
Security Scan / security (push) Successful in 7s
Test / test (push) Successful in 1m34s
fix(conventions): alias stdlib io, add interface checks, use go-log
- Alias stdlib `io` as `goio` in cmd/codegen/main.go to follow project conventions
- Add compile-time Node interface checks for all node types in node.go
  and Layout in layout.go
- Replace fmt.Fprintf stderr logging with go-log in cmd/codegen/main.go
- Replace fmt.Println with go-log in cmd/wasm/register.go

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 16:40:39 +00:00
..
main.go fix(conventions): alias stdlib io, add interface checks, use go-log 2026-03-15 16:40:39 +00:00
main_test.go fix(wasm): reduce binary from 1.56MB to 830KB gzip 2026-02-20 08:29:54 +00:00