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

5
user.go Normal file
View File

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