1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

fixes spacing

This commit is contained in:
Amir Raminfar
2018-11-17 11:12:48 -08:00
parent d18d3f800b
commit 2ecfefb35f
4 changed files with 14 additions and 13 deletions

View File

@@ -86,7 +86,7 @@ func logs(w http.ResponseWriter, r *http.Request) {
for {
_, err := reader.Read(hdr)
if err != nil {
panic(err)
log.Panicln(err)
}
count := binary.BigEndian.Uint32(hdr[4:])
n, err := reader.Read(content[:count])