Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 391 Bytes

File metadata and controls

21 lines (13 loc) · 391 Bytes

Go Advent Of Code Solutions

Repository with my solutions to Advent Of Code puzzles.

Progress

[progress-table-goes-here]

Static Analysis

Run golangci-lint command. There is a hidden configuration file for this tool inside root directory .golangci.yml.

$ golangci-lint --color always run ./...

Testing

$ go test -v ./...