💥Breaking change in v0.22.1 #31
earthboundkid
announced in
Announcements
Replies: 1 comment 9 replies
-
|
Why not also then drop other similar methods: |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
v0.22.1 removes .Get and .Post. In almost all cases, calls to these methods should be redundant and can be simply dropped. In the cases where it was not, use
Method(http.MethodGet)orMethod(http.MethodPost)instead.Beta Was this translation helpful? Give feedback.
All reactions