This repository was archived by the owner on Jan 25, 2025. It is now read-only.
Replies: 1 comment
-
Hi, I found out the answer:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
This library is great, congratulations.
I am trying to expand the example about UCI options to send two options to the engine:
I have substituted
with
I get following error message:
./hello.go:40:36: cannot use setOpt (variable of type [2]uci.CmdSetOption) as uci.Cmd value in argument to eng.Run: [2]uci.CmdSetOption does not implement uci.Cmd (missing method ProcessResponse)
Any help would be greatly appreciated!
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions