gopp/cmd/tht/main.go

10 lines
106 B
Go

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