go/ast.ImportSpec.End (method, view implemented interface methods)

2 uses

	go/ast (current package)
		ast.go#L950: func (s *ImportSpec) End() token.Pos {

	go/doc
		example.go#L534: 		prevEnd = imp.End()