go-oas / docs

Automatically generate RESTful API documentation for GO projects - aligned with Open API Specification standard

Home Page:https://t.me/go_oas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RFC] Packages split & Unexport

kaynetik opened this issue · comments

    • Determine what can be an isolated package/module within the project
    • Unexport everything that shouldn't consider the end-user, and move it to internal
    • Improve overall readability and ease-of-use to make instantiation of each segment easier - consider func types for chaining sequences?