aoc

package module
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2021 License: GPL-3.0 Imports: 7 Imported by: 0

README ¶

CI GoReport Go Reference

🎄 AoC Helper

Helper lib for Advent of Code in golang

go get https://github.com/herrnan/aoc-helper

Documentation ¶

Index ¶

Constants ¶

This section is empty.

Variables ¶

View Source
var (
	ErrNon200Response = errors.New("server responded with non-200 status code")
)

Functions ¶

This section is empty.

Types ¶

type Day ¶

type Day int

type Helper ¶ added in v0.1.1

type Helper struct {
	// contains filtered or unexported fields
}

func NewHelper ¶

func NewHelper(day Day, year Year) (*Helper, error)

func (*Helper) GetInput ¶ added in v0.1.2

func (h *Helper) GetInput() (string, error)

GetSession retreives the input for the day and year specified in the helper.

type Year ¶

type Year int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL