go/ast.ImportSpec.EndPos (field)
5 uses
go/ast (current package)
ast.go#L899: EndPos token.Pos // end of spec (overrides Path.Pos if nonzero)
ast.go#L936: if s.EndPos != 0 {
ast.go#L937: return s.EndPos
import.go#L209: s.EndPos = pos[i].End
go/printer
nodes.go#L1628: p.print(s.EndPos)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)