Initial commit

This commit is contained in:
KD
2025-03-01 14:38:14 -05:00
commit 62c1868ddf
3 changed files with 8 additions and 0 deletions
View File
+3
View File
@@ -0,0 +1,3 @@
module gitlab.com/kdeng00/icarus-models
go 1.23.5
+5
View File
@@ -0,0 +1,5 @@
package icarus-models
type User struct {
Username string
}