go/ast.ImportSpec.EndPos (field)
5 uses
go/ast (current package)
ast.go#L914: EndPos token.Pos // end of spec (overrides Path.Pos if nonzero)
ast.go#L951: if s.EndPos != 0 {
ast.go#L952: return s.EndPos
import.go#L226: s.EndPos = pos[i].End
go/printer
nodes.go#L1695: p.setPos(s.EndPos)
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)