mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-17 16:38:56 +00:00
Update dependencies/vendor (#1659)
This commit is contained in:
2
vendor/go.uber.org/atomic/string_ext.go
generated
vendored
2
vendor/go.uber.org/atomic/string_ext.go
generated
vendored
@ -21,6 +21,8 @@
|
||||
package atomic
|
||||
|
||||
//go:generate bin/gen-atomicwrapper -name=String -type=string -wrapped=Value -file=string.go
|
||||
// Note: No Swap as String wraps Value, which wraps the stdlib sync/atomic.Value which
|
||||
// only supports Swap as of go1.17: https://github.com/golang/go/issues/39351
|
||||
|
||||
// String returns the wrapped value.
|
||||
func (s *String) String() string {
|
||||
|
Reference in New Issue
Block a user