Skip to content

Commit

Permalink
pref: add banner
Browse files Browse the repository at this point in the history
  • Loading branch information
piaolin committed May 13, 2023
1 parent 8db35d2 commit bb48980
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"DetectDee/cmd"
"fmt"
log "github.com/sirupsen/logrus"
"os"
)
Expand All @@ -20,5 +21,11 @@ func init() {
}

func main() {
fmt.Println(`██████╗ ███████╗████████╗███████╗ ██████╗████████╗██████╗ ███████╗███████╗
██╔══██╗██╔════╝╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝██╔══██╗██╔════╝██╔════╝
██║ ██║█████╗ ██║ █████╗ ██║ ██║ ██║ ██║█████╗ █████╗
██║ ██║██╔══╝ ██║ ██╔══╝ ██║ ██║ ██║ ██║██╔══╝ ██╔══╝
██████╔╝███████╗ ██║ ███████╗╚██████╗ ██║ ██████╔╝███████╗███████╗
╚═════╝ ╚══════╝ ╚═╝ ╚══════╝ ╚═════╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝`)
cmd.Execute()
}

0 comments on commit bb48980

Please sign in to comment.