Add godoc to the repo root. (#702)

This commit is contained in:
Brian Goff
2019-07-05 14:42:56 -07:00
committed by Pires
parent 8493cbb42a
commit d3ff785e08
2 changed files with 28 additions and 0 deletions

4
errdefs/doc.go Normal file
View File

@@ -0,0 +1,4 @@
// Package errdefs defines the error types that are understood by other packages
// in this project. Consumers of this project should look here to know how to
// produce and consume erors for this project.
package errdefs