зеркало из https://github.com/microsoft/docker.git
Remove the json alterations when decoding
This commit is contained in:
Родитель
966cddf26b
Коммит
dc2d930520
|
@ -21,8 +21,6 @@ func NewImgJson(src []byte) (*Image, error) {
|
|||
|
||||
Debugf("Json string: {%s}\n", src)
|
||||
// FIXME: Is there a cleaner way to "puryfy" the input json?
|
||||
src = []byte(strings.Replace(string(src), "null", "\"\"", -1))
|
||||
|
||||
if err := json.Unmarshal(src, ret); err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче