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