From 86d93d1b0b1943d5adb23e264879abef566df36d Mon Sep 17 00:00:00 2001 From: Fenny <25108519+Fenny@users.noreply.github.com> Date: Sat, 27 Jun 2020 04:50:44 +0200 Subject: [PATCH] Update app.go --- app.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/app.go b/app.go index edd91adc..eef1f8c6 100644 --- a/app.go +++ b/app.go @@ -620,14 +620,6 @@ const ( cReset = "\u001b[0m" ) -type colors struct { - base string -} - -func (c *colors) Cyan(v interface{}) string { - return fmt.Sprintf("%s%v%s", cCyan, v, c.base) -} - func (app *App) startupMessage(addr string, tls bool, pids string) { // ignore child processes if utils.GetArgument(flagChild) {