aboutsummaryrefslogtreecommitdiff
path: root/src/go/types/typestring.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/go/types/typestring.go')
-rw-r--r--src/go/types/typestring.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/go/types/typestring.go b/src/go/types/typestring.go
index 47378e744c..0f8a7adc24 100644
--- a/src/go/types/typestring.go
+++ b/src/go/types/typestring.go
@@ -56,6 +56,7 @@ func RelativeTo(pkg *Package) Qualifier {
// This flag is exported in the x/tools/go/types package. We don't
// need it at the moment in the std repo and so we don't export it
// anymore. We should eventually try to remove it altogether.
+// TODO(gri) remove this
var gcCompatibilityMode bool
// TypeString returns the string representation of typ.