Skip to content

Commit 9795112

Browse files
committed
docs: Add go package badge
1 parent 7ac292b commit 9795112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# test.go
2-
[![.github/workflows/build.yaml](https://github.com/raeperd/test/actions/workflows/build.yaml/badge.svg)](https://github.com/raeperd/test/actions/workflows/build.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/raeperd/test)](https://goreportcard.com/report/github.com/raeperd/test) [![codecov](https://codecov.io/gh/raeperd/test/graph/badge.svg?token=UCZDF4EIXD)](https://codecov.io/gh/raeperd/test)
2+
[![Go Reference](https://pkg.go.dev/badge/github.com/raeperd/test.svg)](https://pkg.go.dev/github.com/raeperd/test) [![.github/workflows/build.yaml](https://github.com/raeperd/test/actions/workflows/build.yaml/badge.svg)](https://github.com/raeperd/test/actions/workflows/build.yaml) [![Go Report Card](https://goreportcard.com/badge/github.com/raeperd/test)](https://goreportcard.com/report/github.com/raeperd/test) [![codecov](https://codecov.io/gh/raeperd/test/graph/badge.svg?token=UCZDF4EIXD)](https://codecov.io/gh/raeperd/test)
33
Package test is the minimalist testing helper for Go.
44

55
Forked from [earthboundkid/be](https://github.com/earthboundkid/be), Inspired by [Mat Ryer](https://github.com/matryer/is) and [Alex Edwards](https://www.alexedwards.net/blog/easy-test-assertions-with-go-generics).

0 commit comments

Comments
 (0)