Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
///abc comment
ID *int // comment1 type
Name string
DateOfBirth time.Time `foo="bar"`
Address Address
AddressPointer *Address
Addresses Addresses
Ints []int
Ints2 Ints
M map[string][]string
C chan *bool
Appointments []time.Time
AMap1
AMap2
AMap3
}
User represents a test struct
Source Files
¶
- user.go
- user_func.go
Click to show internal directories.
Click to hide internal directories.