Messing with stuff

This commit is contained in:
Caleb Gardner
2022-06-19 16:25:50 -05:00
parent 981f1697ab
commit 1b934de04d
2 changed files with 17 additions and 3 deletions
-3
View File
@@ -61,9 +61,6 @@ func (r *Reader) Read(p []byte) (n int, err error) {
p[n+i] = tmp[i]
}
n += tmpN
}
if err != nil {
}
return
}