go/ast.ImportSpec.EndPos (field)

5 uses

	go/ast (current package)
		ast.go#L907: 		EndPos  token.Pos     // end of spec (overrides Path.Pos if nonzero)
		ast.go#L944: 	if s.EndPos != 0 {
		ast.go#L945: 		return s.EndPos
		import.go#L226: 		s.EndPos = pos[i].End

	go/printer
		nodes.go#L1695: 		p.setPos(s.EndPos)