mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Clear omitted fields (#20575)
Searched `msg:"[a-zA-Z0-9]*,omitempty` through the codebase. Uses latest tinylib master.
This commit is contained in:
@@ -55,6 +55,8 @@ func isXLMetaErasureInfoValid(data, parity int) bool {
|
||||
return ((data >= parity) && (data > 0) && (parity >= 0))
|
||||
}
|
||||
|
||||
//msgp:clearomitted
|
||||
|
||||
//go:generate msgp -file=$GOFILE -unexported
|
||||
|
||||
// A xlMetaV1Object represents `xl.meta` metadata header.
|
||||
|
||||
Reference in New Issue
Block a user