ovn-kubernetes/libovsdb

Package Documentation

Open

#140 opened on May 27, 2021

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Go (164 forks)auto 404
featuregood first issue

Repository metrics

Stars
 (211 stars)
PR merge metrics
 (PR metrics pending)

Description

We have some documentation, but it's not extensive. We should ensure that:

  1. All packages have a doc.go
  2. All functions that are part of the package API have good documentation
  3. Function comments can avoid mentioning types (e.g does foo with a model.Model) as links are already populated in the godoc.
  4. Examples should be in a doc_test.go file see. This ensures that they compile and won't be forgotten with API changes

Contributor guide