containerd/plugin
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
..
context.go Remove events from init context 2023-05-31 09:35:03 -07:00
plugin_supported.go plugin: remove go < 1.8 stub, enable on windows and arm64 2023-05-05 18:12:46 +02:00
plugin_test.go Add tracing plugin test 2023-01-05 00:25:10 +00:00
plugin_unsupported.go plugin: remove go < 1.8 stub, enable on windows and arm64 2023-05-05 18:12:46 +02:00
plugin.go replace some basic uses of fmt.Sprintf() 2023-06-10 13:24:43 +02:00