adding release notes
parent
0d25f0f25b
commit
748f6952fd
10
doc.go
10
doc.go
|
@ -1,8 +1,6 @@
|
|||
// Package podcast is an iTunes and RSS 2.0 podcast generator for GoLang that
|
||||
// enforces strict compliance by using its simple interface.
|
||||
//
|
||||
// [](https://godoc.org/github.com/eduncan911/podcast) [](https://travis-ci.org/eduncan911/podcast) [](https://goreportcard.com/report/github.com/eduncan911/podcast)
|
||||
//
|
||||
// Full documentation with detailed examples located at https://godoc.org/github.com/eduncan911/podcast
|
||||
//
|
||||
// Usage
|
||||
|
@ -17,7 +15,6 @@
|
|||
// heavy lifting by taking the [Item](#Item) input and performing validation, overrides
|
||||
// and duplicate setters through the feed.
|
||||
//
|
||||
//
|
||||
// See the detailed Examples in the GoDocs for complete usage.
|
||||
//
|
||||
// Extensibility
|
||||
|
@ -33,4 +30,11 @@
|
|||
// RSS 2.0: https://cyber.harvard.edu/rss/rss.html
|
||||
//
|
||||
// Podcasts: https://help.apple.com/itc/podcasts_connect/#/itca5b22233
|
||||
//
|
||||
// Release Notes
|
||||
//
|
||||
// 1.0.0
|
||||
// * Initial release with 97% coverage (can't mock xml Encoder 3 lines of code).
|
||||
// * Full documentation and full examples.
|
||||
//
|
||||
package podcast
|
||||
|
|
Loading…
Reference in New Issue