Update go dependencies
This commit is contained in:
parent
a858c549d9
commit
f3bde94d68
643 changed files with 14296 additions and 19354 deletions
5
vendor/golang.org/x/text/unicode/cldr/base.go
generated
vendored
5
vendor/golang.org/x/text/unicode/cldr/base.go
generated
vendored
|
|
@ -62,6 +62,11 @@ func (e *Common) Default() string {
|
|||
return ""
|
||||
}
|
||||
|
||||
// Element returns the XML element name.
|
||||
func (e *Common) Element() string {
|
||||
return e.name
|
||||
}
|
||||
|
||||
// GetCommon returns e. It is provided such that Common implements Elem.
|
||||
func (e *Common) GetCommon() *Common {
|
||||
return e
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue