diff --git a/.github/images/card.svg b/.github/images/card.svg new file mode 100644 index 0000000..1769ada --- /dev/null +++ b/.github/images/card.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/.github/images/godoc.svg b/.github/images/godoc.svg new file mode 100644 index 0000000..f994fd0 --- /dev/null +++ b/.github/images/godoc.svg @@ -0,0 +1 @@ +go: referencegoreference \ No newline at end of file diff --git a/.github/images/license.svg b/.github/images/license.svg new file mode 100644 index 0000000..766a324 --- /dev/null +++ b/.github/images/license.svg @@ -0,0 +1 @@ +licenselicenseBSDBSD \ No newline at end of file diff --git a/README.md b/README.md index df9d1cf..a4d8cdf 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -

+

- PkgGoDev + PkgGoDev GitHub Actions CI Status GitHub Actions CodeQL Status - +

The [Go language](http://golang.org) provides an internal testing library, named testing, which is relatively slim due to the fact that the standard library correctness by itself is verified using it. The check package, on the other hand, expects the standard library from Go to be working correctly, and builds on it to offer a richer testing framework for libraries and applications to use.