1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/libnetwork/drivers
Aaron Lehmann cc0b7e6aad all: Avoid trivial uses of Sprintf
Use the string concatenation operator instead of using Sprintf for
simple string concatenation. This is usually easier to read, and allows
the compiler to detect problems with the type or number of operands,
which would be runtime errors with Sprintf.

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2017-05-09 16:07:09 -07:00
..
bridge all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
host swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
ipvlan all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
macvlan all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
null swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
overlay all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
remote swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
solaris all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
windows swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00