Add godoc link to readme (#2)
1 file changed, 3 insertions(+), 1 deletion(-)
changed files
M README.md → README.md
@@ -1,6 +1,8 @@ # gomponents -gomponents are components of DOM nodes for Go, that can render to an HTML page. +[](https://godoc.org/github.com/maragudk/gomponents) + +gomponents are components of DOM nodes for Go, that can render to an HTML Document. gomponents aims to make it easy to build HTML pages of reusable components, without the use of a template language. Think server-side-rendered React, but without the virtual DOM and diffing.