You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UPGRADING.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,3 +92,12 @@ if err != nil {
92
92
93
93
### Other improvements
94
94
Although those are all breaking changes, it's worth mentioning this new version brings a number of other improvements. An example is that the client now supports contacts and groups - enjoy!
95
+
96
+
97
+
## `v5.5.0` -> `v6.0.0`
98
+
### Version suffix
99
+
To preserve import compatibility, the go command requires that modules with major version v2 or later use a module path with that major version as the final element.
100
+
101
+
So all imports of `go-rest-api` are replaced as `go-rest-api/v6`.
0 commit comments