Skip to content

Commit 74c609f

Browse files
committed
fix: updated go path to be fixed
1 parent 78f46db commit 74c609f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import (
44
"fmt"
55
"os"
66

7-
"github.com/rog-golang-buddies/internal/parser"
7+
"github.com/rog-golang-buddies/go-automatic-apps/internal/parser"
88
)
99

1010
func main() {

0 commit comments

Comments
 (0)