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