We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a65a6da commit cb05e01Copy full SHA for cb05e01
src/cmd/compile/internal/base/debug.go
@@ -75,7 +75,6 @@ type DebugFlags struct {
75
WrapGlobalMapDbg int `help:"debug trace output for global map init wrapping"`
76
WrapGlobalMapCtl int `help:"global map init wrap control (0 => default, 1 => off, 2 => stress mode, no size cutoff)"`
77
ZeroCopy int `help:"enable zero-copy string->[]byte conversions" concurrent:"ok"`
78
- Testing int `help:"here" concurrent:"ok"`
79
80
ConcurrentOk bool // true if only concurrentOk flags seen
81
}
0 commit comments