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