mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
mid-merge
This commit is contained in:
@@ -14,10 +14,10 @@ type (
|
||||
Repo string `json:"repo,omitempty"`
|
||||
Path string `json:"path,omitempty"`
|
||||
}
|
||||
DataSet map[time.Time]WorkDay
|
||||
YearFreq []int
|
||||
ExpYearFreq struct {
|
||||
YearFreq YearFreq
|
||||
DataSet map[time.Time]WorkDay
|
||||
Freq []int
|
||||
ExpFreq struct {
|
||||
YearFreq Freq
|
||||
Created time.Time
|
||||
}
|
||||
WorkDay struct {
|
||||
|
||||
Reference in New Issue
Block a user