Versions in this module Expand all Collapse all v0 v0.0.2 Jul 23, 2019 Changes in this version + type ErrNthProverbNotFound struct + N int + func (e *ErrNthProverbNotFound) Error() string + type Proverb struct + Link string + Saying string + func All() ([]*Proverb, error) + func Nth(n int) (*Proverb, error) + func Random() *Proverb