Skip to content

Commit

Permalink
ref: run go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yiblet committed Dec 9, 2024
1 parent 51c5485 commit d0309ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions color.go
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
package main

const (
colorReset = "\033[0m"
colorRed = "\033[31m"
colorGreen = "\033[32m"
colorYellow = "\033[33m"
colorBlue = "\033[34m"
colorPurple = "\033[35m"
colorCyan = "\033[36m"
colorWhite = "\033[37m"
colorReset = "\033[0m"
colorRed = "\033[31m"
colorGreen = "\033[32m"
colorYellow = "\033[33m"
colorBlue = "\033[34m"
colorPurple = "\033[35m"
colorCyan = "\033[36m"
colorWhite = "\033[37m"
)

0 comments on commit d0309ed

Please sign in to comment.