7 lines
79 B
Go
7 lines
79 B
Go
|
package custom
|
||
|
|
||
|
type Custom struct {
|
||
|
Contact contact
|
||
|
Consignee consignee
|
||
|
}
|