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:
Kynan Ware 2026-03-04 16:34:00 -07:00
parent 07744e8e80
commit 50e65e6bab
4 changed files with 6 additions and 6 deletions

View file

@ -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{})