Update go dependencies
This commit is contained in:
parent
15ffb51394
commit
bb4d483837
1621 changed files with 86368 additions and 284392 deletions
2
vendor/golang.org/x/text/unicode/rangetable/gen.go
generated
vendored
2
vendor/golang.org/x/text/unicode/rangetable/gen.go
generated
vendored
|
|
@ -95,7 +95,7 @@ func main() {
|
|||
|
||||
fmt.Fprintf(w, "// Total size %d bytes (%d KiB)\n", size, size/1024)
|
||||
|
||||
gen.WriteGoFile("tables.go", "rangetable", w.Bytes())
|
||||
gen.WriteVersionedGoFile("tables.go", "rangetable", w.Bytes())
|
||||
}
|
||||
|
||||
func print(w io.Writer, rt *unicode.RangeTable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue