Skip to content

Commit

Permalink
Merge pull request #12 from rog-golang-buddies/whutchinson98/fix/pars…
Browse files Browse the repository at this point in the history
…er-path

fix: updated go path to be fixed
  • Loading branch information
whutchinson98 authored Jul 12, 2022
2 parents 78f46db + 74c609f commit 5614ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"fmt"
"os"

"github.com/rog-golang-buddies/internal/parser"
"github.com/rog-golang-buddies/go-automatic-apps/internal/parser"
)

func main() {
Expand Down

0 comments on commit 5614ad4

Please sign in to comment.