mirror of
https://github.com/taigrr/gico.git
synced 2026-04-02 03:09:07 -07:00
test(types,common): add unit tests, fix goimports formatting
- Add tests for types package: NewDataSet, NewCommit, Commit.String, Freq.Merge, DataSet operations - Add tests for graph/common package: MinMax, ColorForFrequency, CreateGraph, SetColorScheme - Fix goimports alignment in common.go and settings.go
This commit is contained in:
@@ -17,13 +17,13 @@ const (
|
||||
type (
|
||||
SettingsCursor int
|
||||
Settings struct {
|
||||
AllAuthors selectablelist
|
||||
SelectedAuthors []string
|
||||
AllRepos selectablelist
|
||||
SelectedRepos []string
|
||||
cursor SettingsCursor
|
||||
AuthorList list.Model
|
||||
RepoList list.Model
|
||||
AllAuthors selectablelist
|
||||
SelectedAuthors []string
|
||||
AllRepos selectablelist
|
||||
SelectedRepos []string
|
||||
cursor SettingsCursor
|
||||
AuthorList list.Model
|
||||
RepoList list.Model
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user