mirror of
https://github.com/rancher/os.git
synced 2025-09-02 07:15:41 +00:00
Upgrade golang compiler to latest; go fmt files.
This commit is contained in:
committed by
Olli Janatuinen
parent
6cde287f87
commit
af08844a9a
@@ -198,11 +198,11 @@ func TestGet(t *testing.T) {
|
||||
}
|
||||
|
||||
tests := map[string]interface{}{
|
||||
"key": "value",
|
||||
"key": "value",
|
||||
"rancher.key2.subkey": "subvalue",
|
||||
"rancher.key2.subnum": 42,
|
||||
"rancher.key2.subkey2": "",
|
||||
"foo": "",
|
||||
"foo": "",
|
||||
}
|
||||
|
||||
for k, v := range tests {
|
||||
@@ -241,7 +241,7 @@ func TestSet(t *testing.T) {
|
||||
}
|
||||
|
||||
tests := map[string]interface{}{
|
||||
"key": "value2",
|
||||
"key": "value2",
|
||||
"rancher.key2.subkey": "subvalue2",
|
||||
"rancher.key2.subkey2": "value",
|
||||
"rancher.key2.subkey3": 43,
|
||||
|
Reference in New Issue
Block a user