Skip to content

Commit

Permalink
Merge pull request #21 from piaolin/dev
Browse files Browse the repository at this point in the history
pref: add banner
  • Loading branch information
piaolin committed May 20, 2023
2 parents 0e4dfc3 + bb48980 commit f76a734
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 f76a734

Please sign in to comment.