File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,6 +8,19 @@ import (
88 "time"
99)
1010
11+ const BANNER = `
12+ 8 8888888888 8 888888888o. 8 8888888888 d888888o. 8 8888 8
13+ 8 8888 8 8888 '88. 8 8888 .'8888:' '88. 8 8888 8
14+ 8 8888 8 8888 '88 8 8888 8.'8888. Y8 8 8888 8
15+ 8 8888 8 8888 ,88 8 8888 '8.'8888. 8 8888 8
16+ 8 888888888888 8 8888. ,88' 8 888888888888 '8.'8888. 8 8888 8
17+ 8 8888 8 888888888P' 8 8888 '8.'8888. 8 8888 8
18+ 8 8888 8 8888'8b 8 8888 '8.'8888. 8 8888888888888
19+ 8 8888 8 8888 '8b. 8 8888 8b '8.'8888. 8 8888 8
20+ 8 8888 8 8888 '8b. 8 8888 '8b. 8.'8888 8 8888 8
21+ 8 8888 8 8888 '88. 8 888888888888 'Y8888P ,88P' 8 8888 8`
22+
23+
1124var (
1225 startChannel chan string
1326 stopChannel chan bool
@@ -112,6 +125,7 @@ func Start() {
112125 initLimit ()
113126 initSettings ()
114127 initLogFuncs ()
128+ mainLog (BANNER )
115129 initFolders ()
116130 setEnvVars ()
117131 watch ()
You can’t perform that action at this time.
0 commit comments