Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getrusage (0.08 sec)

  1. src/cmd/go/scriptcmds_test.go

    		script.CmdUsage{
    			Summary: "check that build targets are stale",
    			Args:    "target...",
    		},
    		func(s *script.State, args ...string) (script.WaitFunc, error) {
    			if len(args) == 0 {
    				return nil, script.ErrUsage
    			}
    			tmpl := "{{if .Error}}{{.ImportPath}}: {{.Error.Err}}" +
    				"{{else}}{{if not .Stale}}{{.ImportPath}} ({{.Target}}) is not stale{{end}}" +
    				"{{end}}"
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 18:33:17 UTC 2024
    - 3.3K bytes
    - Viewed (0)
Back to top