fix package name

This commit is contained in:
Gabriel Bizdoc 2025-12-04 01:21:43 +02:00
parent df5c49f921
commit 1e6940da46
No known key found for this signature in database
GPG Key ID: 3F0EDAECA5BE9ED9
3 changed files with 3 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
./problems

2
go.mod
View File

@ -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

View File

@ -9,7 +9,7 @@ import (
"strconv"
"strings"
"git.bizdoc.ro/public/Advent-of-Code.git/aocutils"
"git.bizdoc.ro/gabi-public/Advent-of-Code.git/aocutils"
)
type day2Scanner struct {