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/solaris/overlay
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
..
ovmanager swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
encryption.go Refactoring logrus import and formatting 2016-11-08 12:42:41 -07:00
joinleave.go swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
ov_endpoint.go Fix new golint reported errors 2016-11-14 16:41:54 -08:00
ov_network.go all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
ov_serf.go overlay driver support for Solaris 2016-10-18 18:58:51 -07:00
ov_utils.go overlay driver support for Solaris 2016-10-18 18:58:51 -07:00
overlay.go all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
overlay.pb.go overlay driver support for Solaris 2016-10-18 18:58:51 -07:00
overlay.proto overlay driver support for Solaris 2016-10-18 18:58:51 -07:00
overlay_test.go overlay driver support for Solaris 2016-10-18 18:58:51 -07:00
peerdb.go Always program the kernel state if triggered by l2 or l3 miss 2017-03-16 18:12:52 -07:00