Skip to content

Commit 892df6c

Browse files
authored
Merge pull request #3 from pepsi7959/feature/none/add-banner
add banner
2 parents 34a72c1 + 62ff625 commit 892df6c

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

runner/start.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1124
var (
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()

0 commit comments

Comments
 (0)