haiwen / seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
http://seafile.com/
Other
12.39k stars 1.55k forks source link

optimize ci for golang #2805

Closed Plaenkler closed 3 months ago

Plaenkler commented 3 months ago

I have found that the Go code of the file and notification server contains several outdated practices, such as using the outdated io/ioutil package or unchecked errors. I have also submitted a pull request to address the issues permanently PR 672