gopp/cmd/tht/main.go

11 lines
107 B
Go

package main
import (
"vultras.su/util/tpp/httpx"
"os"
)
func main() {
httpx.Tool.Run(os.Args[1:])
}