mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
comment
This commit is contained in:
parent
b02fdeabff
commit
321fda552c
|
@ -81,7 +81,7 @@ func RetryUntil(name string, job func() error, onErrFn func(err error) (shouldCo
|
|||
}
|
||||
}
|
||||
|
||||
// return the first non empty string
|
||||
// Nvl return the first non-empty string
|
||||
func Nvl(values ...string) string {
|
||||
for _, s := range values {
|
||||
if s != "" {
|
||||
|
|
Loading…
Reference in a new issue