Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 2.49 KB

README.md

File metadata and controls

32 lines (24 loc) · 2.49 KB

Go Advent Of Code Solutions

Repository with my solutions to Advent Of Code puzzles.

Progress

# Days
2015 ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲
✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲
2016 ✅✅✅✅✅✅✅✅✅✅🔲✅✅✅✅🔲🔲✅✅🔲🔲✅✅🔲🔲
✅✅✅✅✅✅✅🔲✅🔲🔲✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲
2017 ✅✅✅✅✅✅✅✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲✅🔲🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2018 ✅✅✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2019 ✅✅✅✅✅🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2020 ✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲✅🔲🔲🔲✅🔲
✅✅✅✅✅✅🔲✅✅🔲✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲✅🔲
2021 ✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2022 ✅✅✅✅✅✅🔲✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2023 ✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
✅✅✅✅✅✅✅✅🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲🔲
2024 ✅✅✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲🔲🔲🔲🔲🔲🔲✅
✅✅✅✅✅✅✅✅✅✅✅✅✅🔲✅🔲✅🔲🔲🔲🔲🔲🔲🔲🔲

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 ./...