Files

10 lines
113 B
Go
Raw Permalink Normal View History

package entity
type Client struct {
Id int
Name string
Surname string
Age int
Address string
}