Documentation
¶
Overview ¶
Package input provides access to embedded puzzles input files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrNotFound returns when puzzle input is not yet unlocked or invalid date passed. ErrNotFound = errors.New("puzzle inout not found") ErrUnauthorized = errors.New("unauthorized") )
Functions ¶
Types ¶
type ClientDo ¶ added in v1.6.1
ClientDo provides the interface for custom HTTP client implementations.
var Client ClientDo = http.DefaultClient
Client is the default Client and is used by Get, Head, and Post.
Click to show internal directories.
Click to hide internal directories.