Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for toolVerify (0.63 sec)

  1. src/cmd/go/internal/work/gc.go

    		if err := mkSymabis(p, sfiles, symabis); err != nil {
    			return "", err
    		}
    	}
    
    	return symabis, nil
    }
    
    // toolVerify checks that the command line args writes the same output file
    // if run using newTool instead.
    // Unused now but kept around for future use.
    func toolVerify(a *Action, b *Builder, p *load.Package, newTool string, ofile string, args []any) error {
    	newArgs := make([]any, len(args))
    	copy(newArgs, args)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:37:44 UTC 2024
    - 23K bytes
    - Viewed (0)
Back to top