Nemo D'ACREMONT b54a862e23 first commit
2025-06-01 10:52:57 +02:00

8 lines
87 B
Go

package users
type User struct {
Id uint64 `json:"id"`
Name string `json:"name"`
}