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

View File

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