mirror of
https://github.com/zeromicro/go-zero.git
synced 2026-06-07 14:40:19 +08:00
chore: fix some function names in comment (#5596)
Signed-off-by: caltechustc <caltechustc@outlook.com>
This commit is contained in:
@@ -518,7 +518,7 @@ func makeKeyPrefix(key string) string {
|
||||
return fmt.Sprintf("%s%c", key, Delimiter)
|
||||
}
|
||||
|
||||
// NewClient returns a watchValue that make sure values are not nil.
|
||||
// newWatchValue returns a watchValue that make sure values are not nil.
|
||||
func newWatchValue() *watchValue {
|
||||
return &watchValue{
|
||||
values: make(map[string]string),
|
||||
|
||||
Reference in New Issue
Block a user