houstonClient도 버전 관리

This commit is contained in:
2023-06-29 11:00:26 +09:00
parent cf46888b6a
commit 5429d3d90f
4 changed files with 40 additions and 8 deletions

View File

@ -18,7 +18,7 @@ func main() {
}
if *runAsClient {
hc, err := client.NewClient()
hc, err := client.NewClient(true)
if err != nil {
logger.Fatal(err)
return