File tree Expand file tree Collapse file tree 3 files changed +2
-14
lines changed
Expand file tree Collapse file tree 3 files changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -503,7 +503,7 @@ func (ac *Config) MustServe(mux *http.ServeMux) error {
503503 // Console output
504504 if ! ac .quietMode && ! ac .singleFileMode && ! ac .simpleMode && ! ac .noBanner {
505505 // Output a colorful ansi logo if a proper terminal is available
506- fmt .Println (platformdep . Banner (ac .versionString , ac .description ))
506+ fmt .Println (Banner (ac .versionString , ac .description ))
507507 } else if ! ac .quietMode {
508508 timestamp := time .Now ().Format ("2006-01-02 15:04" )
509509 to .OutputTags ("<cyan>" + ac .versionString + "<darkgray> - " + timestamp + "<off>" )
Original file line number Diff line number Diff line change 1- //go:build unix
2-
3- package platformdep
1+ package engine
42
53import (
64 "bytes"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments