From 0bbd273e9714cce3813846802b4c8aeddbb65fe6 Mon Sep 17 00:00:00 2001 From: "Pascal S. de Kloe" Date: Fri, 21 Jul 2023 14:03:49 +0200 Subject: cmd/doc: print bugs with -all flag Includes cleanup and deduplication. fixes: #33970 Change-Id: I7e84b3e5c8fb9c560cf0a1f8b7cbb7a6977666aa Reviewed-on: https://go-review.googlesource.com/c/go/+/511935 Reviewed-by: Rob Pike Auto-Submit: Ian Lance Taylor Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Matthew Dempsky --- src/cmd/doc/testdata/pkg.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cmd/doc/testdata') diff --git a/src/cmd/doc/testdata/pkg.go b/src/cmd/doc/testdata/pkg.go index 1b1b8fbebe..4d269ff0a2 100644 --- a/src/cmd/doc/testdata/pkg.go +++ b/src/cmd/doc/testdata/pkg.go @@ -57,6 +57,7 @@ var ( // Comment about exported function. func ExportedFunc(a int) bool { + // BUG(me): function body note return true != false } -- cgit v1.3