Versions in this module Expand all Collapse all v1 v1.1.0 Jul 3, 2026 Changes in this version type Progress + Theme string v1.0.0 Jul 3, 2026 v0 v0.5.0 Jun 13, 2026 v0.4.0 Jun 13, 2026 Changes in this version + const Version + func DefaultPath() string + func Save(path string, p *Progress) error + type Progress struct + Badges []string + Completed []string + LastLesson string + Level int + Stars map[string]int + Version int + XP int + func Load(path string) *Progress + func New() *Progress + func (p *Progress) AddBadge(name string) + func (p *Progress) HasBadge(name string) bool + func (p *Progress) IsCompleted(id string) bool + func (p *Progress) MarkCompleted(id string)