mirror of https://github.com/gofiber/fiber.git
Update app.go
parent
ec51458940
commit
86d93d1b0b
8
app.go
8
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) {
|
||||
|
|
Loading…
Reference in New Issue