1
0
mirror of https://github.com/Mrs4s/go-cqhttp.git synced 2025-05-04 19:17:37 +08:00

make lint happy

This commit is contained in:
源文雨 2023-02-28 20:44:46 +08:00
parent ddd52ca933
commit 2830676e3b

View File

@ -15,7 +15,7 @@ import (
func main() {
gocq.InitBase()
terminal.DisableQuickEdit()
terminal.EnableVT100()
_ = terminal.DisableQuickEdit()
_ = terminal.EnableVT100()
gocq.Main()
}