ContainerSolutions/externalsecret-operator

Improve our code comments to better leverage go docs and generate documentation from it

Aperta

#136 aperta il 16 nov 2020

 (0 commenti) (0 reazioni) (0 assegnatari)Go (27 fork)auto 404
backend/alldocumentationgood first issue

Metriche repository

Star
 (192 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor