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

2 uses

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

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