summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 074d916..03a4f47 100644
--- a/main.go
+++ b/main.go
@@ -99,7 +99,7 @@ func main() {
}(ClientServer)
for d := range data {
- fmt.Println(d.Round, d.Dir, d.Size, "bytes")
+ fmt.Println("#", d.Round, d.Dir, d.Size, "bytes")
fmt.Println(hex.Dump(d.Data))
}
}