1
0
mirror of https://github.com/gofiber/fiber.git synced 2025-02-23 12:03:49 +00:00

Fix linting for 🖌 logger coloration

This commit is contained in:
yuil 2020-07-12 00:20:11 +05:45
parent 075a740217
commit 477a0bd784

View File

@ -93,7 +93,7 @@ const (
// NEW : Color variables
const (
cBlack = "\u001b[90m"
// cBlack = "\u001b[90m"
cRed = "\u001b[91m"
cGreen = "\u001b[92m"
cYellow = "\u001b[93m"