moby--moby/libnetwork/types
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
..
types.go all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
types_test.go Use documentation IPv6 addresses (RFC 3849) in tests 2015-11-15 18:28:53 +01:00