commit | dd580ce39f5ae8846ff2968c82d0bfaa5e29ccc4 | [log] [tgz] |
---|---|---|
author | Ash Wilson <smashwilson@gmail.com> | Thu Aug 28 15:37:55 2014 -0400 |
committer | Ash Wilson <smashwilson@gmail.com> | Fri Aug 29 12:56:32 2014 -0400 |
tree | b05512c17426113764f03960d3770a4c8294d274 | |
parent | e5550862f19bee83438c92cf569dea3ecd62f219 [diff] [blame] |
Make another package for unit testing helpers.
diff --git a/testhelper/doc.go b/testhelper/doc.go new file mode 100644 index 0000000..25b4dfe --- /dev/null +++ b/testhelper/doc.go
@@ -0,0 +1,4 @@ +/* +Package testhelper container methods that are useful for writing unit tests. +*/ +package testhelper