Skip to content

Commit

Permalink
fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dar-rius committed Nov 2, 2022
1 parent 4050202 commit b0f5924
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,4 +1,4 @@
module github.com/Dar_rius/goproject
module github.com/Dar-rius/goproject

go 1.18

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package main

import "github.com/Dar_rius/goproject/cmd"
import "github.com/Dar-rius/goproject/cmd"

func main() {
cmd.Execute()
Expand Down

0 comments on commit b0f5924

Please sign in to comment.