Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for scriptStale (0.17 sec)

  1. src/cmd/go/scriptcmds_test.go

    		}
    		_, dup := scriptGoInvoked.LoadOrStore(t, true)
    		if !dup {
    			t.Cleanup(func() { scriptGoInvoked.Delete(t) })
    		}
    		return cmd.Run(state, s...)
    	})
    }
    
    // scriptStale checks that the named build targets are stale.
    func scriptStale(cmdGo script.Cmd) script.Cmd {
    	return script.Command(
    		script.CmdUsage{
    			Summary: "check that build targets are stale",
    			Args:    "target...",
    		},
    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