From a4d299e8c1fb4679e41b95c4fbc704320641fe97 Mon Sep 17 00:00:00 2001 From: Oleg Lomaka Date: Sat, 25 Apr 2020 11:52:34 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2caf377..3da8ab3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # go-test-pg — Helper tool to test go programs with PostgreSQL database +[![GoDoc](https://godoc.org/github.com/olomix/go-test-pg?status.svg)](https://godoc.org/github.com/olomix/go-test-pg) + The aim this package is to help test golang programs against PostgreSQL database. It creates an empty database for each test and drops it when test is complete.