mirror of
https://github.com/nkanaev/yarr.git
synced 2025-05-24 00:33:14 +00:00
leave comments
This commit is contained in:
parent
ce3d6fba37
commit
19967ce37c
@ -1,3 +1,4 @@
|
|||||||
|
// Atom 1.0 parser
|
||||||
package feed
|
package feed
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// JSON 1.0 parser
|
||||||
package feed
|
package feed
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,6 @@
|
|||||||
|
// Parser for RSS versions:
|
||||||
|
// - 0.90
|
||||||
|
// - 1.0
|
||||||
package feed
|
package feed
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
// Parser for RSS versions:
|
||||||
|
// - 0.91 netscape
|
||||||
|
// - 0.91 userland
|
||||||
|
// - 2.0
|
||||||
package feed
|
package feed
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user