ソースを参照

run updated bingen v.0.0.4

Sean Holcomb 5 年 前
コミット
9c49c78d13
1 ファイル変更1 行追加1 行削除
  1. 1 1
      pkg/kubecost/kubecost_codecs.go

+ 1 - 1
pkg/kubecost/kubecost_codecs.go

@@ -368,7 +368,7 @@ func (target *Allocation) UnmarshalBinary(data []byte) (err error) {
 			if errE != nil {
 				return errE
 			}
-			v = *gg
+			v := *gg
 			// --- [end][read][struct](PVKey) ---
 
 			var z *PVAllocation