Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isThirdParty (0.09 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/ast/astutil/imports.go

    		impDecl    *ast.GenDecl // import decl containing the best match
    		impIndex   = -1         // spec index in impDecl containing the best match
    
    		isThirdPartyPath = isThirdParty(path)
    	)
    	for i, decl := range f.Decls {
    		gen, ok := decl.(*ast.GenDecl)
    		if ok && gen.Tok == token.IMPORT {
    			lastImport = i
    			// Do not add to import "C", to avoid disrupting the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 10 21:56:21 UTC 2022
    - 13.4K bytes
    - Viewed (0)
Back to top