Refactored into namespaced packages.

This commit is contained in:
Jay
2025-10-31 19:12:21 -04:00
parent 223c9faec0
commit 67db088981
20 changed files with 150 additions and 120 deletions

5
events/util_test.go Normal file
View File

@@ -0,0 +1,5 @@
package events
func intPtr(i int) *int {
return &i
}