Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkJoyMa authored and kevwan committed Mar 4, 2023
1 parent 142c462 commit 1ad7809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/conf/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ type fieldInfo struct {
}

// FillDefault fills the default values for the given v,
// and the premise is that the value of v must be guaranteed to be empty
// and the premise is that the value of v must be guaranteed to be empty.
func FillDefault(v any) error {
return fillDefaultUnmarshaler.Unmarshal(map[string]any{}, v)
}
Expand Down

0 comments on commit 1ad7809

Please sign in to comment.