podcatch/main.go

8 lines
76 B
Go
Raw Permalink Normal View History

2021-05-24 20:30:56 +02:00
package main
import (
2022-03-25 15:53:03 +01:00
"podcatch/main"
2021-05-24 20:30:56 +02:00
)
func main(){
podcatch.Start()
}