Azure / service-catalog-cli

See the upstream repository ->
https://github.com/kubernetes-incubator/service-catalog
MIT License
33 stars 14 forks source link

Fill in missing doc #97

Closed carolynvs closed 6 years ago

carolynvs commented 6 years ago

We are missing doc strings for some of our exported methods, notably on the wrapper functions.

One way to track them all down is with

golint `go list ./... | grep -v /vendor/`