bloat/types/venue.go
2025-04-07 03:20:36 -06:00

5 lines
63 B
Go

package types
type Venue struct {
Addr string `xml:"Addr"`
}