From 11cfd4a636c30e4163f920daf73313be38f400cf Mon Sep 17 00:00:00 2001 From: Robert Griesemer Date: Wed, 11 Dec 2013 10:48:17 -0800 Subject: [PATCH] go.toools/go/types: clearer comment (per adonovan) R=adonovan CC=golang-dev https://golang.org/cl/40860045 --- go/types/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/types/api.go b/go/types/api.go index 0f9277b0..32a14615 100644 --- a/go/types/api.go +++ b/go/types/api.go @@ -145,7 +145,7 @@ type Info struct { // // node declared object // - // *ast.ImportSpec *PkgName (imports w/o renames), or imported objects (dot-imports) + // *ast.ImportSpec *PkgName for dot-imports and imports without renames // *ast.CaseClause type-specific *Var for each type switch case clause (incl. default) // *ast.Field anonymous struct field or parameter *Var //