mirror of
https://github.com/miniflux/v2.git
synced 2025-08-16 18:01:37 +00:00
- Move the seeking inside of DetectFeedFormat instead of having it everywhere in ParseFeed - Provide a hint for the compiler to eliminate a useless bound check in DetectJSONFormat, otherwise it'll check that buffer[i] is valid on every iteration of the loop. This shouldn't make a big difference, but oh well. |
||
|---|---|---|
| .. | ||
| testdata | ||
| format.go | ||
| format_test.go | ||
| parser.go | ||
| parser_test.go | ||