From 708cd7ef17e2ac695abeaad64eb06235980d6082 Mon Sep 17 00:00:00 2001 From: Jeffrey Regan Date: Wed, 6 Jun 2018 14:41:43 -0700 Subject: [PATCH] Doc the error package. --- pkg/internal/error/configmaperror.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/internal/error/configmaperror.go b/pkg/internal/error/configmaperror.go index 55ceb24d1..8d0ac7f6e 100644 --- a/pkg/internal/error/configmaperror.go +++ b/pkg/internal/error/configmaperror.go @@ -14,6 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ +// Package error has contextual error types. package error import "fmt"