Skip to content

jamesliu96/gorss

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoRSS - Go RSS Generator

c := &Channel{
    Title: "test channel",
    Link: "http://example.com/testchannel",
    Description: "this is test channel",
}

c.AddItem(&Item{
    Title: "hello world",
    Link: "http://example.com/path/to/helloworld",
    Description: "foo bar",
})

c.Publish()

About

Go RSS Generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages