8 lines
95 B
Go
8 lines
95 B
Go
package main
|
|
|
|
import "github.com/taurusxin/tcping-go/internal/cli"
|
|
|
|
func main() {
|
|
cli.Run()
|
|
}
|