Skip to content

Commit

Permalink
mod name has changed!
Browse files Browse the repository at this point in the history
  • Loading branch information
sundeeep committed Nov 11, 2024
1 parent 103f637 commit 4cd46b3
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 go-demystified
module golang-demystified

go 1.23.3
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
"fmt"
"go-demystified/models"
"golang-demystified/models"
)

func main() {
Expand Down

0 comments on commit 4cd46b3

Please sign in to comment.