rssmon3/handlers/torrent.go

8 lines
101 B
Go

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