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

0
README.md Normal file
View File

3
go.mod Normal file
View File

@@ -0,0 +1,3 @@
module gitlab.com/kdeng00/icarus-models
go 1.23.5

5
user.go Normal file
View File

@@ -0,0 +1,5 @@
package icarus-models
type User struct {
Username string
}