summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordemo <demo@antix1>2026-05-24 23:30:12 -0400
committerdemo <demo@antix1>2026-05-24 23:30:12 -0400
commit5d714273d9caa303ae2d6f01c541afe562d4d240 (patch)
treeb5dbfd21b055b9a148cec53826cc01da09814705
parent366a2c09d8bb7c49174ec0c12bd9e73eadcfc320 (diff)
docs: add comment
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 96853d8..c2f007f 100644
--- a/main.go
+++ b/main.go
@@ -8,6 +8,7 @@ import (
"time"
)
+// A silly Ball type based on the original ping-pong example.
type Ball struct{ hits int }
func main() {