all repos — gomponents @ e53dba6a6cdbf05d0577e0fa0d61d3c141a641db

HTML components in pure Go

Release v1 (#226) v1.0.0-beta1 gave no problems with my other gomponents libraries, that of others, and some of my large projects, so releasing v1! No more breaking changes! 😁

Markus Wüstenberg
commit

e53dba6a6cdbf05d0577e0fa0d61d3c141a641db

parent

853044729768d3a52d1aba5c9e081737a5088b11

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/examples/app/html/home.gointernal/examples/app/html/home.go
@@ -11,7 +11,7 @@ H1(Text("Home")),
P(Text("This is a gomponents example app!")), - P(Raw(`Have a look at the <a href="https://maragu.dev/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)), + P(Raw(`Have a look at the <a href="https:/github.com/maragudk/gomponents/tree/main/internal/examples/app">source code</a> to see how it’s structured.`)), Ul(Map(items, func(s string) Node { return Li(Text(s))