Add top-level package documentation.

This commit is contained in:
Kyle
2015-12-22 20:57:32 -08:00
parent 72211b1496
commit 0b493e1060

3
doc.go Normal file
View File

@@ -0,0 +1,3 @@
// Package goutils is a top-level package containing a number of utility
// libraries and command-line programs.
package goutils