This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
eta_gn_server
/
eta_api
Suivre
2
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c9ec10fe2b
Branches
Tags
debug
delete_note
dm
feature/fix_excel_decimal
feature/gn_2.1
master
eta_api
/
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
}