go/ast.ImportSpec.EndPos (field)

4 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