go-fuego / fuego

Golang Fuego - web framework generating OpenAPI 3 spec from source code
https://go-fuego.github.io/fuego/
MIT License
924 stars 47 forks source link

Try out gomponents at new module path #198

Closed markuswustenberg closed 1 month ago

markuswustenberg commented 1 month ago

Is your feature request related to a problem? Please describe.

I'm trying to move gomponents to a new module path, maragu.dev/gomponents. If you have the time and would like to help out, could you do go get maragu.dev/gomponents@v1.0.0-beta1, global-replace the old import path with the new one in Go files, and see whether everything still works?

Describe the solution you'd like

I would like it to still work. :D

Describe alternatives you've considered

Not moving the import path.

Additional context

https://github.com/maragudk/gomponents/releases/tag/v1.0.0-beta1

EwenQuim commented 1 month ago

Works well

markuswustenberg commented 1 month ago

@EwenQuim thank you for the quick response! Excellent. I've also not hit any issues yet migrating a large codebase.