podcatch/main.go

8 lines
80 B
Go
Raw Normal View History

2021-05-24 20:30:56 +02:00
package main
import (
2021-05-25 23:22:48 +02:00
"podcatch/podCatch"
2021-05-24 20:30:56 +02:00
)
func main(){
podcatch.Start()
}