Update app.go

pull/512/head
Fenny 2020-06-27 04:50:44 +02:00
parent ec51458940
commit 86d93d1b0b
1 changed files with 0 additions and 8 deletions

8
app.go
View File

@ -620,14 +620,6 @@ const (
cReset = "\u001b[0m" 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) { func (app *App) startupMessage(addr string, tls bool, pids string) {
// ignore child processes // ignore child processes
if utils.GetArgument(flagChild) { if utils.GetArgument(flagChild) {