add travis/goreport/golint/govet

This commit is contained in:
John
2018-12-17 13:02:18 +08:00
parent 2dbc817132
commit 95db811943
20 changed files with 36 additions and 32 deletions

View File

@ -272,6 +272,4 @@ func convertToJSONableObject(yamlObj interface{}, jsonTarget *reflect.Value) (in
}
return yamlObj, nil
}
return nil, nil
}