This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
eta_server
/
eta_task
Watch
2
Star
0
포크
0
파일
이슈
0
풀 리퀘스트
0
위키
트리:
0d60c608f4
브랜치
태그
aj_base_index
aj_calculate
aj_index_refresh
custom
custom_20241222
debug
feature/eta2.2.1_usda_fas
feature/eta2.4.4_gpr_risk
feature/eta_2.3.5
feature/new_task_calculate_edb
feature/pool253_edb_relation
feature/pool255_future_good
hotfix/bug5654_mysteel_stat
hotfix/trade_anaylsis_start_date
master
eta_task
/
models
/
data_manage
/
holiday.go
holiday.go
100 B
히스토리
Raw
1
2
3
4
5
6
7
8
package data_manage
import "time"
type Holiday struct {
Year int
HolidayDate time.Time
}