Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmM1ku committed Mar 29, 2022
1 parent d17a569 commit d27cc9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion common/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func TimeCost() func() {

// InitLogo 初始化logo
func InitLogo() {
var str = "███╗ ███╗███████╗ ██████╗ █████╗ ███╗ ██╗\n████╗ ████║██╔════╝██╔════╝██╔══██╗████╗ ██║\n██╔████╔██║███████╗██║ ███████║██╔██╗ ██║\n██║╚██╔╝██║╚════██║██║ ██╔══██║██║╚██╗██║\n██║ ╚═╝ ██║███████║╚██████╗██║ ██║██║ ╚████║\n╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝\n\nauthor: M1ku Version:0.2\n"
var str = "███╗ ███╗███████╗ ██████╗ █████╗ ███╗ ██╗\n████╗ ████║██╔════╝██╔════╝██╔══██╗████╗ ██║\n██╔████╔██║███████╗██║ ███████║██╔██╗ ██║\n██║╚██╔╝██║╚════██║██║ ██╔══██║██║╚██╗██║\n██║ ╚═╝ ██║███████║╚██████╗██║ ██║██║ ╚████║\n╚═╝ ╚═╝╚══════╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═══╝\n\nauthor: M1ku Version:0.3.1\n"
fmt.Println(str)
}

Expand Down
1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ go 1.17
require (
github.com/denisenkom/go-mssqldb v0.12.0
github.com/go-sql-driver/mysql v1.6.0
github.com/gocarina/gocsv v0.0.0-20220310154401-d4df709ca055
github.com/gomodule/redigo v1.8.8
github.com/hirochachacha/go-smb2 v1.0.10
github.com/jlaffaye/ftp v0.0.0-20211117213618-11820403398b
Expand Down

0 comments on commit d27cc9b

Please sign in to comment.