mirror of
https://github.com/rancher/os.git
synced 2025-07-31 06:32:09 +00:00
Fix golint error
This commit is contained in:
parent
6790e050de
commit
20856a4171
@ -5,7 +5,8 @@ import (
|
||||
"github.com/xeipuuv/gojsonschema"
|
||||
)
|
||||
|
||||
// TODO: use this function from libcompose
|
||||
// ConvertKeysToStrings is temporarily copied from libcompose
|
||||
// TODO: just import this in the future
|
||||
func ConvertKeysToStrings(item interface{}) interface{} {
|
||||
switch typedDatas := item.(type) {
|
||||
case map[string]interface{}:
|
||||
|
Loading…
Reference in New Issue
Block a user