all repos — gomponents @ 44c274483724ae6771544d805d13124b1f5fb84c

HTML components in pure Go

Test using Go 1.17 (#91) Also set the new `-shuffle` flag when testing.

Markus Wüstenberg
commit

44c274483724ae6771544d805d13124b1f5fb84c

parent

4858e5d47d5bed0221a19ab46af306b8eab5935d

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

changed files
M MakefileMakefile
@@ -10,5 +10,5 @@ lint:
golangci-lint run test: - go test -coverprofile=cover.out ./... + go test -coverprofile=cover.out -shuffle on ./...