Skip to content

Commit 5614ad4

Browse files
Merge pull request #12 from rog-golang-buddies/whutchinson98/fix/parser-path
fix: updated go path to be fixed
2 parents 78f46db + 74c609f commit 5614ad4

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)