mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Current uses of `makeRandomString` is to create really long strings. In #10794, I used them to create nearly-unique unix paths for the daemon. Although collions are harmless and don't fail the tests, this prevents the same strings from being created consistently in every run by seeding rand.Random. Signed-off-by: Ahmet Alp Balkan <ahmetalpbalkan@gmail.com>
5.7 KiB
5.7 KiB