This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
eta_gn_server
/
eta_chart_lib
Pridať medzi pozorované
2
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
e9af8135b5
Branche
Tagy
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
História
Raw
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}