-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: delete gocq #1156
base: master
Are you sure you want to change the base?
chore: delete gocq #1156
Conversation
对于删减部分有异议的请在本pr底下评论,若您能给出更好的方案也请不吝赐教 |
// 将 Zip 文件保存在内存中 | ||
return buf | ||
} | ||
|
||
func compressFile(fn string, zipFn string, zipWriter *zip.Writer) error { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci-lint] reported by reviewdog 🐶
func compressFile
is unused (unused)
_ = p.Stop() | ||
_ = p.Wait() // 等待进程退出,因为Stop内部是Kill,这是不等待的 | ||
} | ||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci-lint] reported by reviewdog 🐶
unnecessary leading newline (whitespace)
dice.LagrangeServe(d, conn, dice.LagrangeLoginInfo{ | ||
IsAsyncRun: true, | ||
}) | ||
|
||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [golangci-lint] reported by reviewdog 🐶
unnecessary trailing newline (whitespace)
请注意本pr是针对 #1123 的补充 |
第一阶段:不删改前端且保证功能正常运行的前提,删减后端gocq部分代码
第二阶段:删改前端且保证功能正常运行的前提,删减后端gocq部分代码
第三阶段:处理残余代码,测试