diff options
| author | demo <demo@antix1> | 2026-05-24 23:30:12 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-24 23:30:12 -0400 |
| commit | 5d714273d9caa303ae2d6f01c541afe562d4d240 (patch) | |
| tree | b5dbfd21b055b9a148cec53826cc01da09814705 | |
| parent | 366a2c09d8bb7c49174ec0c12bd9e73eadcfc320 (diff) | |
docs: add comment
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ import ( "time" ) +// A silly Ball type based on the original ping-pong example. type Ball struct{ hits int } func main() { |
