go-html/go.mod
Claude d7bb0b2b2c
feat: scaffold go-html module with Node interface
Introduces the go-html module with a Node rendering interface, Raw and El
constructors, void element handling, and attribute escaping. Includes a
minimal Context stub and tests for all node types.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 23:34:27 +00:00

5 lines
95 B
Modula-2

module forge.lthn.ai/core/go-html
go 1.25.5
replace forge.lthn.ai/core/go-i18n => ../go-i18n