added simple package documentation

This commit is contained in:
Stephen McQuay 2014-11-24 14:52:23 -08:00
parent 43aedf5db2
commit fdb371c644
1 changed files with 1 additions and 0 deletions

1
id.go
View File

@ -1,3 +1,4 @@
// idg is a go package that provides an entity that emits uniqueish identifiers.
package idg
import (