fix package name
This commit is contained in:
parent
df5c49f921
commit
1e6940da46
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
./problems
|
||||||
2
go.mod
2
go.mod
@ -1,3 +1,3 @@
|
|||||||
module git.bizdoc.ro/public/Advent-of-Code.git
|
module git.bizdoc.ro/gabi-public/Advent-of-Code.git
|
||||||
|
|
||||||
go 1.25.1
|
go 1.25.1
|
||||||
|
|||||||
@ -9,7 +9,7 @@ import (
|
|||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.bizdoc.ro/public/Advent-of-Code.git/aocutils"
|
"git.bizdoc.ro/gabi-public/Advent-of-Code.git/aocutils"
|
||||||
)
|
)
|
||||||
|
|
||||||
type day2Scanner struct {
|
type day2Scanner struct {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user