Skip to content

Commit

Permalink
- Fix import for Golang current examples
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jun 4, 2024
1 parent f8a0eea commit d01efee
Show file tree
Hide file tree
Showing 104 changed files with 104 additions and 104 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/verify-failure.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/verify-param.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/addresses/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/api-keys/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/add-shipments.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/buy.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/label.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/remove-shipments.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/batches/scan-forms.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/billing/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/billing/fund.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/billing/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/brand/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-accounts/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-accounts/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-accounts/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-accounts/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-accounts/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-metadata/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/carrier-types/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/child-users/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/child-users/delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/child-users/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/customs-infos/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/customs-infos/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/customs-items/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/customs-items/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/endshipper/buy.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/endshipper/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/endshipper/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/endshipper/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/endshipper/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/events/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/events/retrieve.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion official/docs/golang/current/forms/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package example
import (
"fmt"

"github.com/EasyPost/easypost-go/v3"
"github.com/EasyPost/easypost-go/v4"
)

func main() {
Expand Down
Loading

0 comments on commit d01efee

Please sign in to comment.