Versions in this module Expand all Collapse all v0 v0.1.2 Dec 5, 2021 Changes in this version type Helper + func (h *Helper) GetInput() (string, error) v0.1.1 Dec 3, 2021 Changes in this version + type Helper struct v0.1.0 Nov 8, 2021 Changes in this version + var ErrNon200Response = errors.New("server responded with non-200 status code") + func NewHelper(day Day, year Year) (*helper, error) + type Day int + type Year int