Rename module name

This commit is contained in:
2024-12-01 17:43:06 +01:00
parent dc284b7f47
commit ded34f83ea
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module git.eising.cloud/Eising/aoc2024 module git.eising.cloud/eising/aoc2024
go 1.23.1 go 1.23.1

View File

@ -5,7 +5,7 @@ import (
"fmt" "fmt"
"os" "os"
"git.eising.cloud/Eising/aoc2024/days/day1" "git.eising.cloud/eising/aoc2024/days/day1"
) )
func main() { func main() {