mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-06-28 15:41:13 +08: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 {
|
func Nvl(values ...string) string {
|
||||||
for _, s := range values {
|
for _, s := range values {
|
||||||
if s != "" {
|
if s != "" {
|
||||||
|
Loading…
Reference in New Issue
Block a user