From 72d475ae14fbbb21d1819845ac553ca6388a50a2 Mon Sep 17 00:00:00 2001 From: Steve Domino Date: Mon, 12 Oct 2015 10:06:42 -0600 Subject: [PATCH] updating readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c123ffc..7e7dcea 100644 --- a/README.md +++ b/README.md @@ -48,5 +48,9 @@ if err := database.Transact(t); err != nil { For an example of a qualified logger see [here](http://godoc.org/github.com/nanobox-io/golang-hatchet). +### TODO/Doing +- Tests! + + ### Documentation Complete documentation is available on [godoc](http://godoc.org/github.com/nanobox-io/golang-scribble).