Skip to content

Commit 9a800cd

Browse files
committed
chore: rename package
1 parent 8c8a5d9 commit 9a800cd

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

2024/01/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import (
66
"fmt"
77
"slices"
88

9-
"github.com/agrmohit/advent-of-code/internal/inputs"
10-
mathinternal "github.com/agrmohit/advent-of-code/internal/math"
9+
"github.com/agrmohit/aoc/internal/inputs"
10+
mathinternal "github.com/agrmohit/aoc/internal/math"
1111
)
1212

1313
//go:embed input.txt

2024/02/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import (
55
"fmt"
66
"slices"
77

8-
"github.com/agrmohit/advent-of-code/internal/inputs"
9-
mathinternal "github.com/agrmohit/advent-of-code/internal/math"
8+
"github.com/agrmohit/aoc/internal/inputs"
9+
mathinternal "github.com/agrmohit/aoc/internal/math"
1010
)
1111

1212
//go:embed input.txt

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/agrmohit/advent-of-code
1+
module github.com/agrmohit/aoc
22

33
go 1.23.3

0 commit comments

Comments
 (0)