diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 20:52:35 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 20:52:35 -0500 |
| commit | 44d6620b32f31c04663c9e08a1c3954273230ee8 (patch) | |
| tree | a87cf977313ec95f050d7cdbbebd8bdae7c00ab2 /internal/models/user.go | |
| parent | 12602302f28478a9e4ef91e66f68347a4d76f8a6 (diff) | |
Tidy the code
Diffstat (limited to 'internal/models/user.go')
| -rw-r--r-- | internal/models/user.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/models/user.go b/internal/models/user.go index 8753810..e75ea80 100644 --- a/internal/models/user.go +++ b/internal/models/user.go @@ -1,9 +1,9 @@ package models type User struct { - Id int - Name string - Time string + Id int + Name string + Time string PassOne string PassTwo string } |
