Implement Go 1.22 Features #31
Labels
No labels
cat:refactoring
cat:security
cat:tooling
is:breakingChange
is:bug
is:feature
is:idea
is:postponed
res:wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: CCCHH/spaceapid#31
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Especially the new for loops [0] and http ServeMux changes[1] should be evaluated.
The http changes might make the custom method check obsolete.
[0] https://go.dev/wiki/LoopvarExperiment
[1] https://go.dev/doc/go1.22#enhanced_routing_patterns
The for loop change doesn't affect us I think?
Decided against rewriting the sensor endpoints with wildcards, would need an awful lot of manual handling for the optional parts and the current system is generic enough imo.
The other matching improvements were implemented in
74a8db7d2b
.