From a88340f3c8991b7a7b6ea74c1986123a4c793322 Mon Sep 17 00:00:00 2001 From: Doug Fawley Date: Tue, 30 Oct 2018 16:29:06 -0700 Subject: [PATCH] internal: add testutils package comment (#2414) --- internal/testutils/pipe_listener.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/testutils/pipe_listener.go b/internal/testutils/pipe_listener.go index 77def1179..6bd3bc0be 100644 --- a/internal/testutils/pipe_listener.go +++ b/internal/testutils/pipe_listener.go @@ -16,6 +16,7 @@ * */ +// Package testutils contains testing helpers. package testutils import (