Versions in this module Expand all Collapse all v0 v0.10.0 Jun 5, 2023 Changes in this version + const ISO8601 + type AcrossLite struct + AcrossClues map[int]string + Author string + Copyright string + CreatedDate time.Time + DownClues map[int]string + Grid []string + ModifiedDate time.Time + Name string + Size int + Title string + func NewAcrossLite() *AcrossLite + func (self *AcrossLite) GetAcrossClues() map[int]string + func (self *AcrossLite) GetAuthor() string + func (self *AcrossLite) GetCell(r, c int) (byte, error) + func (self *AcrossLite) GetCopyright() string + func (self *AcrossLite) GetCreatedDate() time.Time + func (self *AcrossLite) GetDownClues() map[int]string + func (self *AcrossLite) GetGrid() []string + func (self *AcrossLite) GetModifiedDate() time.Time + func (self *AcrossLite) GetName() string + func (self *AcrossLite) GetNotepad() string + func (self *AcrossLite) GetSize() int + func (self *AcrossLite) GetTitle() string + func (self *AcrossLite) SetAcrossClues(clueMap map[int]string) + func (self *AcrossLite) SetAuthor(author string) + func (self *AcrossLite) SetCell(r, c int, letter byte) error + func (self *AcrossLite) SetCopyright(copyright string) + func (self *AcrossLite) SetCreatedDate(created time.Time) + func (self *AcrossLite) SetDownClues(clueMap map[int]string) + func (self *AcrossLite) SetModifiedDate(modified time.Time) + func (self *AcrossLite) SetName(name string) + func (self *AcrossLite) SetSize(n int) + func (self *AcrossLite) SetTitle(title string)