You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor(): Split years and puzzles selection into separate menu layers (#12)
* 2019/day05: Add puzzle spec and stub for solution
* input/2019: Add day05 input
* puzzles/solutions: Register day05 puzzle
* update gitignore
* Update dependencies; Fix markdown linters
* chore(): upgrade go version to 1.14
* chore(): gomnd linter config
* chore(): Linters fix
* upgrade vendor
* chore(): Update vendor
* chore(): Upgrade go version and dependencies
* chore(): Update tools and add go version to Readme
* fix(): Fix after merge
* refactor(): Split menu to separate layers years selection and puzzles.
* fix(): Remove day05 solution.
This package is used to track CI tool dependencies.
1
+
# Tools
2
2
3
-
*[Why does installing a tool via go get fail with error cannot find main module](https://github.com/golang/go/wiki/Modules#why-does-installing-a-tool-via-go-get-fail-with-error-cannot-find-main-module)
3
+
This package used to track CI tool dependencies.
4
+
5
+
-[Why does installing a tool via go get fail with error cannot find main module](https://github.com/golang/go/wiki/Modules#why-does-installing-a-tool-via-go-get-fail-with-error-cannot-find-main-module)
0 commit comments