ContainerSolutions/externalsecret-operator
Improve our code comments to better leverage go docs and generate documentation from it
開放
#136 建立於 2020年11月16日
backend/alldocumentationgood first issue
倉庫指標
- 星標
- (192 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Describe the solution you'd like Title says it. We can keep our interfaces/functions/structures/API easily documented by keeping our docs embedded to our code, exporting it from code comments with go docs.
What is the added value? Contributors can focus on writing their code and already document it in only one go.
Give us examples of the outcome