diff --git a/cmd/stringer/stringer.go b/cmd/stringer/stringer.go index 0d0692be08..e1468693f0 100644 --- a/cmd/stringer/stringer.go +++ b/cmd/stringer/stringer.go @@ -59,9 +59,10 @@ // The -linecomment flag tells stringer to generate the text of any line comment, trimmed // of leading spaces, instead of the constant name. For instance, if the constants above had a // Pill prefix, one could write -// PillAspirin // Aspirin +// +// PillAspirin // Aspirin +// // to suppress it in the output. - package main // import "golang.org/x/tools/cmd/stringer" import (