Improve circular godoc comments flagged in review
Replace self-referential comments like 'ToSlice performs the ToSlice operation' with meaningful descriptions of what the symbol actually does. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
07744e8e80
commit
50e65e6bab
4 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ const (
|
|||
gitAuthRE = `-c credential(?:\..+)?\.helper= -c credential(?:\..+)?\.helper=!"[^"]+" auth git-credential `
|
||||
)
|
||||
|
||||
// T defines the interface for t.
|
||||
// T is a minimal testing interface for use in command stubs.
|
||||
type T interface {
|
||||
Helper()
|
||||
Errorf(string, ...interface{})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue