containerd/remotes
Sebastiaan van Stijn 577696f608
replace some basic uses of fmt.Sprintf()
Really tiny gains here, and doesn't significantly impact readability:

    BenchmarkSprintf
    BenchmarkSprintf-10    11528700     91.59 ns/op   32 B/op  1 allocs/op
    BenchmarkConcat
    BenchmarkConcat-10    100000000     11.76 ns/op    0 B/op  0 allocs/op

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2023-06-10 13:24:43 +02:00
..
docker replace some basic uses of fmt.Sprintf() 2023-06-10 13:24:43 +02:00
errors Improve ErrUnexpectedStatus default string 2022-03-07 09:46:25 +01:00
handlers_test.go go.mod: github.com/opencontainers/image-spec v1.1.0-rc3 2023-05-09 23:35:58 +09:00
handlers.go labels: Add LabelDistributionSource 2023-03-08 10:01:58 +01:00
resolver.go Add configuration options to local transfer service 2023-02-25 03:40:06 +00:00