diff --git a/color/true_color.v b/color/true_color.v index f7ec562..84c2295 100644 --- a/color/true_color.v +++ b/color/true_color.v @@ -3,7 +3,6 @@ module color import term struct TrueColor { -pub: r int g int b int