Full documentation with detailed examples located at [](<ahref="https://godoc.org/github.com/eduncan911/podcast">https://godoc.org/github.com/eduncan911/podcast</a>)
Full documentation with detailed examples located at <ahref="https://godoc.org/github.com/eduncan911/podcast">https://godoc.org/github.com/eduncan911/podcast</a>
Usage
### Usage
$ go get -u github.com/eduncan911/podcast
@ -24,6 +24,10 @@ The API exposes a number of method receivers on structs that implements the
logic required to comply with the specifications and ensure a compliant feed.
A number of overrides occur to help with iTunes visibility of your episodes.
Notabily, the [Podcast.AddItem(i Item)](#Podcast.AddItem) function performs most of the
heavy lifting by taking the [Item](#Item) input and performing validation, overrides
and duplciate setters through the feed.
See the detailed Examples in the GoDocs for complete usage.
// Full documentation with detailed examples located at [](https://godoc.org/github.com/eduncan911/podcast)
// Full documentation with detailed examples located at https://godoc.org/github.com/eduncan911/podcast
//
// Usage
// ### Usage
//
// $ go get -u github.com/eduncan911/podcast
//
@ -13,6 +13,11 @@
// logic required to comply with the specifications and ensure a compliant feed.
// A number of overrides occur to help with iTunes visibility of your episodes.
//
// Notabily, the [Podcast.AddItem(i Item)](#Podcast.AddItem) function performs most of the
// heavy lifting by taking the [Item](#Item) input and performing validation, overrides
// and duplciate setters through the feed.
//
//
// See the detailed Examples in the GoDocs for complete usage.