Update package doc for gomponents (#28)
Markus Wüstenberg markus@maragu.dk
Wed, 21 Oct 2020 22:17:27 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M gomponents.go → gomponents.go
@@ -1,4 +1,4 @@-// Package gomponents provides components of DOM nodes for Go, that can render to an HTML Document. +// Package gomponents provides declarative view components in Go, that can render to HTML. // The primary interface is a Node, which has a single function Render, which should render // the Node to a string. Furthermore, NodeFunc is a function which implements the Node interface // by calling itself on Render.