소스 검색

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