5 lines
63 B
Go
5 lines
63 B
Go
package types
|
|
|
|
type Venue struct {
|
|
Addr string `xml:"Addr"`
|
|
}
|