Commit 111bf51
fix: incorrect function definition in example code (#294)
* Fix incorrect function definition in example code
Replaces an anonymous function with a proper 'main' function in the Go code example to ensure correct usage and clarity for readers.
* feat: add contributor
---------
Co-authored-by: novalagung <hello@novalagung.com>1 parent 8dd001c commit 111bf51
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments