Skip to content

Commit

Permalink
introduced breaking changes without moving to new major version as th…
Browse files Browse the repository at this point in the history
…ere ain't many users using it yet
  • Loading branch information
utekaravinash committed Mar 12, 2020
1 parent 4297466 commit de36026
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ import (
"fmt"
"os"

"github.com/utekaravinash/gopaapi5"
"github.com/utekaravinash/gopaapi5/api"
"github.com/utekaravinash/gopaapi5/v2"
)

const tmpl = `Id: %s
Expand Down
2 changes: 1 addition & 1 deletion _examples/get_browse_nodes/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"os"

"github.com/utekaravinash/gopaapi5"
"github.com/utekaravinash/gopaapi5/api"
"github.com/utekaravinash/gopaapi5/v2"
)

const tmpl = `Id: %s
Expand Down
2 changes: 1 addition & 1 deletion _examples/get_items/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"os"

"github.com/utekaravinash/gopaapi5"
"github.com/utekaravinash/gopaapi5/api"
"github.com/utekaravinash/gopaapi5/v2"
)

const tmpl = `Title: %s
Expand Down
2 changes: 1 addition & 1 deletion _examples/get_variations/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"os"

"github.com/utekaravinash/gopaapi5"
"github.com/utekaravinash/gopaapi5/api"
"github.com/utekaravinash/gopaapi5/v2"
)

const tmpl = `Title: %s
Expand Down
2 changes: 1 addition & 1 deletion _examples/search_items/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import (
"fmt"
"os"

"github.com/utekaravinash/gopaapi5"
"github.com/utekaravinash/gopaapi5/api"
"github.com/utekaravinash/gopaapi5/v2"
)

const tmpl = `Title: %s
Expand Down
3 changes: 0 additions & 3 deletions api/go.mod

This file was deleted.

4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module github.com/utekaravinash/gopaapi5/v2
module github.com/utekaravinash/gopaapi5

go 1.12

require github.com/utekaravinash/gopaapi5 v1.2.0
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,2 +0,0 @@
github.com/utekaravinash/gopaapi5 v1.2.0 h1:ZtbtZErjMihSc+a/55UrNquVD/3evpJAate5J6KKgEA=
github.com/utekaravinash/gopaapi5 v1.2.0/go.mod h1:qVz9fbiOdtm+usTDpESx52vYtcsmoMkTJVphTBS1eRk=

0 comments on commit de36026

Please sign in to comment.