Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Birthday ¶
type Birthday struct {
Date time.Time
Year int
Month time.Month
Day int
Age int
Constellation string
}
Birthday is the birthday detail
func ParseFromTime ¶
ParseFromTime parse birthday from given time
func (Birthday) GetConstellation ¶
GetConstellation gets constellation in given language
Click to show internal directories.
Click to hide internal directories.