mirror of
https://github.com/moby/moby.git
synced 2026-07-06 06:38:19 +00:00
``` 13:06:14 pkg/directory/directory_test.go:182:2: S1032: should use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...)) (gosimple) 13:06:14 sort.Sort(sort.StringSlice(results)) ``` Signed-off-by: Sebastiaan van Stijn <github@gone.nl>