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

2 uses

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

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