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

make lint happy

This commit is contained in:
源文雨 2023-02-28 20:49:54 +08:00
parent 63d9ffa90b
commit 1b8ebf55a5
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,10 @@
package terminal package terminal
import "golang.org/x/sys/windows" import (
"os"
"golang.org/x/sys/windows"
)
// DisableQuickEdit 禁用快速编辑 // DisableQuickEdit 禁用快速编辑
func DisableQuickEdit() error { func DisableQuickEdit() error {

View File

@ -1,6 +1,10 @@
package terminal package terminal
import "golang.org/x/sys/windows" import (
"os"
"golang.org/x/sys/windows"
)
// EnableVT100 启用颜色、控制字符 // EnableVT100 启用颜色、控制字符
func EnableVT100() error { func EnableVT100() error {