Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
gungoren committed Oct 8, 2021
1 parent 29e8352 commit c48805a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/list_ad_groups/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import (
"context"
"flag"
"fmt"
"github.com/gungoren/apple-search-ads/asa"
"github.com/gungoren/apple-search-ads/examples/util"
"github.com/gungoren/apple-search-ads-go/asa"
"github.com/gungoren/apple-search-ads-go/examples/util"
"log"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/util/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"errors"
"flag"
"fmt"
"github.com/gungoren/apple-search-ads/asa"
"github.com/gungoren/apple-search-ads-go/asa"
"io"
"log"
"os"
Expand Down

0 comments on commit c48805a

Please sign in to comment.