Documentation ¶ Index ¶ Constants func AllDates(year int) []time.Time type Grid func Text(text string) Grid func (g Grid) BackgroundDates(year int) []time.Time func (g Grid) Dates(year int) []time.Time func (g Grid) Points() []Point func (g Grid) Render() string type Point Constants ¶ View Source const ( Rows = 7 Weeks = 53 ) Variables ¶ This section is empty. Functions ¶ func AllDates ¶ func AllDates(year int) []time.Time Types ¶ type Grid ¶ type Grid [Rows][Weeks]int func Text ¶ func Text(text string) Grid func (Grid) BackgroundDates ¶ func (g Grid) BackgroundDates(year int) []time.Time func (Grid) Dates ¶ func (g Grid) Dates(year int) []time.Time func (Grid) Points ¶ func (g Grid) Points() []Point func (Grid) Render ¶ func (g Grid) Render() string type Point ¶ type Point struct { Week int Day int } Source Files ¶ View all Source files draw.go Click to show internal directories. Click to hide internal directories.