Skip to content
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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

chore: delete gocq #1156

wants to merge 1 commit into from

Conversation

Fripine
Copy link
Contributor

@Fripine Fripine commented Dec 3, 2024

第一阶段:不删改前端且保证功能正常运行的前提,删减后端gocq部分代码
第二阶段:删改前端且保证功能正常运行的前提,删减后端gocq部分代码
第三阶段:处理残余代码,测试

@Fripine Fripine marked this pull request as draft December 3, 2024 17:52
@Fripine
Copy link
Contributor Author

Fripine commented Dec 3, 2024

对于删减部分有异议的请在本pr底下评论,若您能给出更好的方案也请不吝赐教

// 将 Zip 文件保存在内存中
return buf
}

func compressFile(fn string, zipFn string, zipWriter *zip.Writer) error {
Copy link

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 {
Copy link

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,
})

}
Copy link

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)

@Fripine
Copy link
Contributor Author

Fripine commented Dec 3, 2024

请注意本pr是针对 #1123 的补充

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant