rssmon3/handlers/podcast.go

8 lines
101 B
Go

package handlers
import "errors"
func podcast(key string) error {
return errors.New("not impl")
}