Skip to content

Commit f22323e

Browse files
committed
Fix GoDoc badge URLs to reference v2 module path
1 parent 1ba0fee commit f22323e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-test-pg — Helper tool to test go programs with PostgreSQL database
22

3-
[![GoDoc](https://godoc.org/github.com/olomix/go-test-pg?status.svg)](https://godoc.org/github.com/olomix/go-test-pg)
3+
[![GoDoc](https://godoc.org/github.com/olomix/go-test-pg/v2?status.svg)](https://godoc.org/github.com/olomix/go-test-pg/v2)
44

55
v2 depends on pgx/v5. For pgx/v4 support, use the 1.x.x version of this
66
package.

0 commit comments

Comments
 (0)