mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
cc0b7e6aad
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> |
||
---|---|---|
.. | ||
types.go | ||
types_test.go |