mirror of
https://github.com/onyx-and-iris/xair-cli.git
synced 2026-04-08 18:03:37 +00:00
we no longer need to pass in the kind
remove option function WithKind
This commit is contained in:
@@ -121,7 +121,6 @@ func connect(config Config) (*xair.X32Client, error) {
|
||||
client, err := xair.NewX32Client(
|
||||
config.Host,
|
||||
config.Port,
|
||||
xair.WithKind("x32"),
|
||||
xair.WithTimeout(config.Timeout),
|
||||
)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user