go-fuego / fuego

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

Moved Options & Params to main package #215

Closed EwenQuim closed 3 weeks ago

EwenQuim commented 3 weeks ago

Functions in param and option packages are aliases to the ones in the main package. This allows to have cleaner code and not export variables that should only be used internally