Skip to content

Commit

Permalink
New imports
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunozmiranda committed Feb 27, 2024
1 parent 2e12baf commit 01d0410
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/administered/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

meraki "dashboard-api-go/sdk"
meraki "github.com/meraki/dashboard-api-go/v2/sdk"
)

// Client is DNA Center API client
Expand Down
2 changes: 1 addition & 1 deletion examples/networks/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

meraki "dashboard-api-go/sdk"
meraki "github.com/meraki/dashboard-api-go/v2/sdk"
)

var client *meraki.Client
Expand Down
2 changes: 1 addition & 1 deletion examples/organizations/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

meraki "dashboard-api-go/sdk"
meraki "github.com/meraki/dashboard-api-go/v2/sdk"
)

var client *meraki.Client
Expand Down
2 changes: 1 addition & 1 deletion examples/testPagination/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"reflect"
"strings"

meraki "dashboard-api-go/sdk"
meraki "github.com/meraki/dashboard-api-go/v2/sdk"
)

var client *meraki.Client
Expand Down

0 comments on commit 01d0410

Please sign in to comment.