Documentation
¶
Index ¶
Constants ¶
View Source
const (
StartingStreetNumber = 1
)
Variables ¶
View Source
var (
EmptyVariable, AnotherEmptyVariable string
A, B = "1", 2
PackageVariable = "Teststreet"
AnotherPackageVariable = "Anotherteststreet"
)
Functions ¶
This section is empty.
Types ¶
type Address ¶
type Address struct {
A, B string
Street string
City string
PostalCode string
Country string
CustomChannel chan string
AnInterface *interface{}
}
func (Address) FullAddress ¶
type AddressLike ¶ added in v1.1.7
Click to show internal directories.
Click to hide internal directories.