mirror of
https://github.com/pierre-emmanuelJ/iptv-proxy.git
synced 2026-03-12 22:24:18 +01:00
8 lines
98 B
Go
8 lines
98 B
Go
package main
|
|
|
|
import "github.com/pierre-emmanuelJ/iptv-proxy/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|