1
0
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:
Lonnie Liu
2021-02-15 14:23:01 -08:00
committed by Olli Janatuinen
parent 6cde287f87
commit af08844a9a
4 changed files with 24 additions and 23 deletions

View File

@@ -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,