1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-05 03:23:49 +08:00

解决 lint问题

This commit is contained in:
scjtqs 2021-03-16 22:01:19 +08:00
parent 9c93ccb37b
commit 13b71965ae

View File

@ -48,7 +48,6 @@ var d bool
var h bool
func init() {
var debug bool
flag.StringVar(&c, "c", global.DefaultConfFile, "configuration filename default is config.hjson")
flag.BoolVar(&d, "d", false, "running as a daemon")