Full demo

This commit is contained in:
Eden Kirin
2024-01-21 11:01:31 +01:00
parent 42ac91ce64
commit 26635bbff1
11 changed files with 292 additions and 62 deletions

6
app/types/user.go Normal file
View File

@ -0,0 +1,6 @@
package types
type User struct {
FirstName string
LastName string
}