Closed carolynvs closed 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/`
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