mirror of
https://github.com/moby/moby.git
synced 2026-07-13 02:52:20 +00:00
libnetwork/drivers/bridge/bridge_linux_test.go:978:17: avoid allocations with regexp.Match (mirror)
matched, _ := regexp.MatchString(regex, string(out[:]))
^
libnetwork/drivers/bridge/bridge_linux_test.go:1004:17: avoid allocations with regexp.Match (mirror)
matched, _ := regexp.MatchString(regex, string(out[:]))
^
libnetwork/drivers/bridge/bridge_linux_test.go:1032:18: avoid allocations with regexp.Match (mirror)
matched, _ := regexp.MatchString(regex, string(out[:]))
^
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>