Refactor
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
4d11b5354c
commit
7b6712e05a
6 changed files with 8 additions and 8 deletions
|
@ -17,7 +17,7 @@ type ZetList struct {
|
|||
UseColors bool
|
||||
}
|
||||
|
||||
func CreateZetList(ids []int, useColors ...bool) *ZetList {
|
||||
func NewZetList(ids []int, useColors ...bool) *ZetList {
|
||||
colorSetting := true
|
||||
|
||||
if len(useColors) > 0 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue