podcatch/main.go
2021-05-25 19:24:15 +01:00

8 lines
80 B
Go

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