mirror of https://github.com/gofiber/fiber.git
✏️ Fix typo for goreport
parent
f50db73162
commit
710b93bb7b
2
app.go
2
app.go
|
@ -693,7 +693,7 @@ func (app *App) startupMessage(addr string, tls bool, pids string) {
|
||||||
if tls {
|
if tls {
|
||||||
tlsStr = "TRUE"
|
tlsStr = "TRUE"
|
||||||
}
|
}
|
||||||
// tabwriter makes sure the spacing are consistant across different values
|
// tabwriter makes sure the spacing are consistent across different values
|
||||||
// colorable handles the escape sequence for stdout using ascii color codes
|
// colorable handles the escape sequence for stdout using ascii color codes
|
||||||
var out *tabwriter.Writer
|
var out *tabwriter.Writer
|
||||||
// Check if colors are supported
|
// Check if colors are supported
|
||||||
|
|
Loading…
Reference in New Issue