From f0fe8ed50c1765e034b48c2347640fc818e455ef Mon Sep 17 00:00:00 2001 From: zhouhao Date: Wed, 30 Aug 2017 14:21:16 +0800 Subject: [PATCH] doc.go: Perfect description Signed-off-by: zhouhao --- image/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/doc.go b/image/doc.go index fc5de0f..de41632 100644 --- a/image/doc.go +++ b/image/doc.go @@ -12,5 +12,5 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package image defines methods for validating, and unpacking OCI images. +// Package image defines methods for validating, unpacking OCI images and creating OCI runtime bundle. package image