mirror of
https://github.com/miniflux/v2.git
synced 2025-07-27 17:28:38 +00:00
Add FeedIcon API call and update dependencies
This commit is contained in:
parent
231ebf2daa
commit
27196589fb
262 changed files with 83830 additions and 30061 deletions
7424
vendor/golang.org/x/text/unicode/norm/data10.0.0_test.go
generated
vendored
Normal file
7424
vendor/golang.org/x/text/unicode/norm/data10.0.0_test.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
7409
vendor/golang.org/x/text/unicode/norm/data9.0.0_test.go
generated
vendored
Normal file
7409
vendor/golang.org/x/text/unicode/norm/data9.0.0_test.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
4
vendor/golang.org/x/text/unicode/norm/maketables.go
generated
vendored
4
vendor/golang.org/x/text/unicode/norm/maketables.go
generated
vendored
|
@ -795,7 +795,7 @@ func makeTables() {
|
|||
}
|
||||
|
||||
fmt.Fprintf(w, "// Total size of tables: %dKB (%d bytes)\n", (size+512)/1024, size)
|
||||
gen.WriteGoFile("tables.go", "norm", w.Bytes())
|
||||
gen.WriteVersionedGoFile("tables.go", "norm", w.Bytes())
|
||||
}
|
||||
|
||||
func printChars() {
|
||||
|
@ -972,5 +972,5 @@ func printTestdata() {
|
|||
}
|
||||
}
|
||||
fmt.Fprintln(w, "}")
|
||||
gen.WriteGoFile("data_test.go", "norm", w.Bytes())
|
||||
gen.WriteVersionedGoFile("data_test.go", "norm", w.Bytes())
|
||||
}
|
||||
|
|
2
vendor/golang.org/x/text/unicode/norm/normalize_test.go
generated
vendored
2
vendor/golang.org/x/text/unicode/norm/normalize_test.go
generated
vendored
|
@ -720,7 +720,7 @@ var appendTestsNFC = []AppendTest{
|
|||
}
|
||||
|
||||
var appendTestsNFD = []AppendTest{
|
||||
// TODO: Move some of the tests here.
|
||||
// TODO: Move some of the tests here.
|
||||
}
|
||||
|
||||
var appendTestsNFKC = []AppendTest{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
|
||||
|
||||
// +build go1.10
|
||||
|
||||
package norm
|
||||
|
||||
const (
|
7633
vendor/golang.org/x/text/unicode/norm/tables9.0.0.go
generated
vendored
Normal file
7633
vendor/golang.org/x/text/unicode/norm/tables9.0.0.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue