Skip to content

Commit

Permalink
Fixes in module naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Wulff committed Nov 29, 2024
1 parent a0579d7 commit 3c788aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module igorwulff.com/aoc
module github.com/igorwulff/aoc

go 1.22.2
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

"igorwulff.com/aoc/internal"
"github.com/igorwulff/aoc/internal"
)

func main() {
Expand Down

0 comments on commit 3c788aa

Please sign in to comment.