Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for jwttool (2.57 sec)

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

    			vcfg.PackageFile[p1.ImportPath] = a1.built
    		}
    		if p1.Standard {
    			vcfg.Standard[p1.ImportPath] = true
    		}
    	}
    }
    
    // VetTool is the path to an alternate vet tool binary.
    // The caller is expected to set it (if needed) before executing any vet actions.
    var VetTool string
    
    // VetFlags are the default flags to pass to vet.
    // The caller is expected to set them before executing any vet actions.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. src/cmd/go/alldocs.go

    //
    // The -vettool=prog flag selects a different analysis tool with alternative
    // or additional checks.
    // For example, the 'shadow' analyzer can be built and run using these commands:
    //
    //	go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow@latest
    //	go vet -vettool=$(which shadow)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
Back to top