Skip to content

Commit a51267f

Browse files
committed
refactor: Move input to puzzles; update coverage script
1 parent f8289c6 commit a51267f

File tree

12 files changed

+24
-19
lines changed

12 files changed

+24
-19
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,5 @@
1717
bin/
1818
dist/
1919
release/
20-
.DS_Store
20+
.DS_Store
21+
coverage/

cmd/aoc-cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import (
1111
log "github.com/sirupsen/logrus"
1212
"github.com/urfave/cli"
1313

14-
"github.com/obalunenko/advent-of-code/internal/input"
1514
"github.com/obalunenko/advent-of-code/internal/puzzles"
15+
"github.com/obalunenko/advent-of-code/internal/puzzles/input"
1616
// register all solutions.
1717
_ "github.com/obalunenko/advent-of-code/internal/puzzles/solutions"
1818
)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)