all repos — gomponents @ 34df17d356afbb6293fc856007f18cc62d112dcb

HTML components in pure Go

Add Go report card to readme (#111)

Also fix godoc badge to point to pkg.go.dev.
Markus Wüstenberg markus@maragu.dk
Mon, 17 Oct 2022 14:09:37 +0200
commit

34df17d356afbb6293fc856007f18cc62d112dcb

parent

0e52e94472e2ddd7fea31699011308b4e2bca696

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M README.mdREADME.md
@@ -1,8 +1,9 @@ # Tired of complex template languages?
 
-[![GoDoc](https://godoc.org/github.com/maragudk/gomponents?status.svg)](https://godoc.org/github.com/maragudk/gomponents)
+[![GoDoc](https://pkg.go.dev/badge/github.com/maragudk/gomponents)](https://pkg.go.dev/github.com/maragudk/gomponents)
 [![Go](https://github.com/maragudk/gomponents/actions/workflows/ci.yml/badge.svg)](https://github.com/maragudk/gomponents/actions/workflows/ci.yml)
 [![codecov](https://codecov.io/gh/maragudk/gomponents/branch/master/graph/badge.svg)](https://codecov.io/gh/maragudk/gomponents)
+[![Go Report Card](https://goreportcard.com/badge/github.com/maragudk/gomponents)](https://goreportcard.com/report/github.com/maragudk/gomponents)
 
 Try view components in pure Go.