go/ast.ImportSpec.EndPos (field)

5 uses

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

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