podcatch/main.go
2021-05-24 19:30:56 +01:00

8 lines
80 B
Go

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