Skip to content

Commit

Permalink
Updated the readme to point to pkg.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
AchoArnold authored and boyan-soubachov committed Nov 3, 2020
1 parent c26b7f3 commit 05dd0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@ Testify - Thou Shalt Write Tests

ℹ️ We are working on testify v2 and would love to hear what you'd like to see in it, have your say here: https://cutt.ly/testify

[![Build Status](https://travis-ci.org/stretchr/testify.svg)](https://travis-ci.org/stretchr/testify) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![GoDoc](https://godoc.org/github.com/stretchr/testify?status.svg)](https://godoc.org/github.com/stretchr/testify)
[![Build Status](https://travis-ci.org/stretchr/testify.svg)](https://travis-ci.org/stretchr/testify) [![Go Report Card](https://goreportcard.com/badge/github.com/stretchr/testify)](https://goreportcard.com/report/github.com/stretchr/testify) [![PkgGoDev](https://pkg.go.dev/badge/github.com/stretchr/testify/assert)](https://pkg.go.dev/github.com/stretchr/testify/assert)

Go code (golang) set of packages that provide many tools for testifying that your code will behave as you intend.

Expand Down

0 comments on commit 05dd0b2

Please sign in to comment.