gtx


Branch: develop

Author
thewhodidthis <thewhodidthis@fastmail.com>
Date
Jan. 27 '23 01:16:00
Commit
de088716932bb3fa76ded97ddc470f8e3ea9921a
Parent
7f62749ee28fb6d29fa4b83482be1a3cc6517549
Changes
diff --git a/helper.go b/helper.go
index 9041dff..d0a380e 100644
--- a/helper.go
+++ b/helper.go
@@ -1,6 +1,8 @@
 package main
 
-import "reflect"
+import (
+	"reflect"
+)
 
 type void struct{}