Files
iptvc/main.go
T

16 lines
255 B
Go
Raw Normal View History

2025-05-01 00:46:24 +08:00
/*
* Copyright (c) 2025, Антон Аксенов
* This file is part of iptvc project
* MIT License: https://git.axenov.dev/IPTV/iptvc/src/branch/master/LICENSE
*/
package main
import (
"axenov/iptv-checker/cmd"
)
func main() {
cmd.Execute()
}