package
Version:
v0.0.0-...-8f68b79
Opens a new window with list of versions in this module.
Published: Mar 20, 2024
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Documentation
¶
type Holiday struct {
Name string `json:"name"`
Sdate time.Time `json:"start_date"`
Edate time.Time `json:"end_date"`
WorkDay string `json:"work_day"`
DayNum int `json:"day_num"`
DayUnit string `json:"day_unit"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.