From 740d2036e1c2e23c423f38b628f751cd6a0700ff Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Mon, 17 Oct 2016 21:44:24 -0400 Subject: [PATCH] qmp/qmptest: add a package comment --- qmp/qmptest/qmptest.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qmp/qmptest/qmptest.go b/qmp/qmptest/qmptest.go index 7a5d1d1..e9d3297 100644 --- a/qmp/qmptest/qmptest.go +++ b/qmp/qmptest/qmptest.go @@ -12,6 +12,8 @@ // See the License for the specific language governing permissions and // limitations under the License. +// Package qmptest provides types which assist in testing interactions with +// package qmp. package qmptest import (