From e6d83cf4c3ede965710ba4f14202fe0dd7b28b01 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 18 Dec 2022 18:58:04 +0000 Subject: [PATCH] Import order fix. --- colorfit.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/colorfit.go b/colorfit.go index b7740b8..f690097 100644 --- a/colorfit.go +++ b/colorfit.go @@ -15,8 +15,9 @@ package tcell import ( - "github.com/lucasb-eyer/go-colorful" "math" + + "github.com/lucasb-eyer/go-colorful" ) // FindColor attempts to find a given color, or the best match possible for it,