mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:44:03 +03:00
linting the code
This commit is contained in:
@@ -13,6 +13,7 @@ func ReadFull(src io.Reader) (rv []byte, err error) {
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
||||
rv = append(rv, buf[:n]...)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user