Skip to content

Commit

Permalink
Fix docker compose CLI usage
Browse files Browse the repository at this point in the history
  • Loading branch information
medge-mailgun committed Sep 19, 2024
1 parent 7c71d4b commit 26def09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setter/setter.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ func SetDefaultNew[T comparable](dest *T, defaultValues ...T) {
for _, value := range defaultValues {
if !IsZeroNew(value) {
*dest = value
return
}
}
}
Expand Down

0 comments on commit 26def09

Please sign in to comment.