Skip to content

Commit

Permalink
fix references in example7
Browse files Browse the repository at this point in the history
  • Loading branch information
marianina8 committed Apr 9, 2023
1 parent 4793985 commit 9706085
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion session1/examples/example7/cmd/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"fmt"
"log"

"github.com/marianina8/example5/utils"
"github.com/marianina8/example7/utils"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion session1/examples/example7/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/marianina8/example5
module github.com/marianina8/example7

go 1.19

Expand Down
2 changes: 1 addition & 1 deletion session1/examples/example7/utils/transform.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/ioutil"
"os"

"github.com/marianina8/example5/models"
"github.com/marianina8/example7/models"
"gopkg.in/yaml.v2"
)

Expand Down

0 comments on commit 9706085

Please # to comment.