package main import ( "podcatch/podcatch" ) func main(){ podcatch.Start() }