1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: minor fixes

This commit is contained in:
Alexander Medvednikov
2020-08-20 08:30:52 +02:00
parent eabc2daf86
commit 9da7349f63
2 changed files with 8 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ pub fn (c Color) str() string {
const (
string_colors = {
'black': black
'blue': blue
'red': red
}
)