gilcrest / diygoapi

A Go RESTful API template
MIT License
538 stars 67 forks source link

Move HTTP routing from Gorilla to Standard library #206

Closed gilcrest closed 4 months ago

gilcrest commented 7 months ago

With enhanced routing patterns added in Go 1.22, move routing to standard library.

gilcrest commented 7 months ago

Go Blog about enhancements

gilcrest commented 4 months ago

I have completed this, but won't mark closed until I update the README

gilcrest commented 4 months ago

Updated README