Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wrapArgs (0.1 sec)

  1. src/fmt/print.go

    	panicking bool
    	// erroring is set when printing an error string to guard against calling handleMethods.
    	erroring bool
    	// wrapErrs is set when the format string may contain a %w verb.
    	wrapErrs bool
    	// wrappedErrs records the targets of the %w verb.
    	wrappedErrs []int
    }
    
    var ppFree = sync.Pool{
    	New: func() any { return new(pp) },
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 21:22:43 UTC 2024
    - 31.8K bytes
    - Viewed (0)
Back to top