Jason
Jason
+1 haha. though, ugly workaround, but it works!
go version 1.20 and json-iterator = 1.1.11 occurs, but json-iterator=1.1.12 fixed it .
> @halpert3 From the `cmak -h`: > > ``` > # jvm options and output control > JAVA_OPTS environment variable, if unset uses "" > -Dkey=val pass -Dkey=val directly to...
新版本go版本使用的是 go module,要改成module路径而不是local 路径,类似: `import "github.com/xxx/src/raft/labrpc"`
unable to install it on non-raspbian os, eg: alpine linux, check pigpio.sh. `sudo apt-get install pigpio` not works.
alright, but i try to make it works on alpine, need to modify some of the source code, is that possible?