Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-05 01:01:38 +01:00
parent 4d11b5354c
commit 7b6712e05a
6 changed files with 8 additions and 8 deletions

View file

@ -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 {