모듈 업데이트

This commit is contained in:
2023-12-02 21:31:27 +09:00
parent 6e0bd71c80
commit 33181f1717
3 changed files with 68 additions and 6 deletions

View File

@ -11,12 +11,9 @@ import (
"repositories.action2quare.com/ayo/houston/client"
"net/http"
"runtime"
)
func main() {
runtime.GOMAXPROCS(1)
flagx.Parse()
hc, err := client.NewClient(true)