This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
eta_server
/
eta_mobile
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
5322439543
Branches
Tags
bzq/short_url
custom
debug
feature/eta1.9.7_range_chart
feature/eta2.2.6_material
master
pool/296
eta_mobile
/
models
/
data_manage
/
holiday.go
holiday.go
100 B
Historique
Raw
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}