leave comments
This commit is contained in:
parent
ce3d6fba37
commit
19967ce37c
4 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue