mirror of
https://github.com/gofiber/fiber.git
synced 2025-02-23 21:24:02 +00:00
Fix linting for 🖌 logger coloration
This commit is contained in:
parent
075a740217
commit
477a0bd784
@ -93,7 +93,7 @@ const (
|
|||||||
|
|
||||||
// NEW : Color variables
|
// NEW : Color variables
|
||||||
const (
|
const (
|
||||||
cBlack = "\u001b[90m"
|
// cBlack = "\u001b[90m"
|
||||||
cRed = "\u001b[91m"
|
cRed = "\u001b[91m"
|
||||||
cGreen = "\u001b[92m"
|
cGreen = "\u001b[92m"
|
||||||
cYellow = "\u001b[93m"
|
cYellow = "\u001b[93m"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user