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/macvlan
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
..
macvlan.go swarm mode network inspect should provide cluser-wide task details 2017-03-10 19:12:00 -08:00
macvlan_endpoint.go fix nits in comments and log 2016-10-29 19:35:18 +08:00
macvlan_joinleave.go IPvlan and macvlan driver to persist endpoints 2016-06-13 23:48:00 -07:00
macvlan_network.go Merge pull request #1477 from allencloud/fix-nits-in-comments 2016-11-02 09:58:18 -07:00
macvlan_setup.go all: Avoid trivial uses of Sprintf 2017-05-09 16:07:09 -07:00
macvlan_setup_test.go use grep to find a/an misuse 2016-06-03 16:35:33 +08:00
macvlan_state.go fix typos 2016-06-22 14:20:30 +08:00
macvlan_store.go Overlay driver to cleanup stale endpoints 2016-07-13 10:56:57 -07:00
macvlan_test.go Update plugingetter import path. 2016-10-07 12:00:57 -07:00