This website works better with JavaScript
Home
Explore
Help
Sign In
eta_gn_server
/
eta_chart_lib
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
c1cb41bcaa
Branches
Tags
bzq/6665_excel_style
bzq/history_chart_range
debug
delete_note
dm
feature/fix_excel_decimal
master
eta_chart_lib
/
models
/
data_manage
/
holiday.go
holiday.go
100 B
History
Raw
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}