A HTML parse and a serializer for Go. GoHTML tries to keep semantic similar to JS-DOM API while trying to keep the API simple by not forcing JS-DOM model into GoHTML. Because of this GoHTML has node tree model. GoHTML tokenizer uses std net/html module for tokenizing in underlining layer.
javascript html html5 js dom-manipulation html-parser go-html go-html-parsing html-serializer go-html-serializer
- Updated
Aug 30, 2025 - Go