From c3affd9f7242542ba74078cc3c49cd20a8f82858 Mon Sep 17 00:00:00 2001 From: qeesung <1245712564@qq.com> Date: Sun, 21 Oct 2018 12:33:08 +0800 Subject: [PATCH] fixed the comment --- convert/convert.go | 2 +- convert/resize.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/convert/convert.go b/convert/convert.go index 12842c6..03d067c 100644 --- a/convert/convert.go +++ b/convert/convert.go @@ -1,4 +1,4 @@ -// The convert package convert a image to ascii string or matrix +// Package convert can convert a image to ascii string or matrix package convert import ( diff --git a/convert/resize.go b/convert/resize.go index dc17c96..2f5b40e 100644 --- a/convert/resize.go +++ b/convert/resize.go @@ -1,5 +1,3 @@ -// The resize package resize the image to expected size -// base on the ratio, for the most matched display package convert import ( -- 2.45.2