1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

Import order fix.

This commit is contained in:
Garrett D'Amore 2022-12-18 18:58:04 +00:00
parent 85d85c15ba
commit e6d83cf4c3

View File

@ -15,8 +15,9 @@
package tcell package tcell
import ( import (
"github.com/lucasb-eyer/go-colorful"
"math" "math"
"github.com/lucasb-eyer/go-colorful"
) )
// FindColor attempts to find a given color, or the best match possible for it, // FindColor attempts to find a given color, or the best match possible for it,