`uuids` was initialized with a length, but only appended to. This lead to a slice with lots of empty uuids, followed by the actual ones. Fix this by initializing to an empty slice. This happened to work because there's a non-fatal check for non-existing composes further down, and the empty string fails that test. |
||
|---|---|---|
| .. | ||
| api.go | ||
| api_test.go | ||
| compose.go | ||
| json.go | ||
| upload.go | ||
| util.go | ||