Updated formatting
This commit is contained in:
parent
afc4092824
commit
9c8f71be07
25 changed files with 25 additions and 25 deletions
2
Color.go
2
Color.go
|
@ -39,4 +39,4 @@ func (c Color) Println(args ...any) {
|
|||
}
|
||||
|
||||
fmt.Printf("\x1b[38;2;%d;%d;%dm%s\n\x1b[0m", c.R, c.G, c.B, fmt.Sprint(args...))
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue