package
Version:
v0.0.0-...-fd8ea14
Opens a new window with list of versions in this module.
Published: Aug 5, 2019
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type FirstNamer interface {
FirstName() string
}
type LastNamer interface {
LastName() string
}
type Person struct {
Data Data
}
type Prefixer interface {
Prefix() string
}
type Suffixer interface {
Suffix() string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.