all repos — gomponents @ 868a525244f3c55ecb36df352865f4266dd41089

HTML components in pure Go

Rename master branch to main (#117)

Markus Wüstenberg
commit

868a525244f3c55ecb36df352865f4266dd41089

parent

a5a7242ae036a2dbd75ec40b8677ffa9b77f3209

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

changed files
M .github/workflows/ci.yml.github/workflows/ci.yml
@@ -3,10 +3,10 @@
on: push: branches: - - master + - main pull_request: branches: - - master + - main concurrency: group: ${{ github.workflow }}-${{ github.ref_name }}
M README.mdREADME.md
@@ -2,7 +2,7 @@ # Tired of complex template languages?
[![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) +[![codecov](https://codecov.io/gh/maragudk/gomponents/branch/main/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.