mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 17:04:02 +03:00
Update golangci-lint
This commit is contained in:
@@ -27,7 +27,7 @@ func captureOutput(filefp **os.File, callback func()) string {
|
||||
closeChan := make(chan bool)
|
||||
|
||||
go func() {
|
||||
io.Copy(buf, reader) // nolint: errcheck
|
||||
io.Copy(buf, reader) //nolint: errcheck
|
||||
close(closeChan)
|
||||
}()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user