Closed zdima closed 3 years ago
You have to use this library with the version of gio specified in go.mod.
I am actually running a command to install https://github.com/aarzilli/gdlv from README:
go get -u github.com/aarzilli/gdlv
Should I open issue with github.com/aarzilli/gdlv?
I'm going to update the documentation of gdlv soon, if you are on 1.16 you can just do go install github.com/aarzilli/gdlv@latest
, cloning and using go install
also works. Eventually I will also update nucular to the latest version of gio.
PS. I have update the install instructions for gdlv, sorry for the inconvenience.
While installing github.com/aarzilli/gdlv on macOS the installation is failing due to build break in github.com/aarzilli/nucular due to breaking changes (ref: ae2c74ec) in gioui.org/op.
$ go version go version go1.16 darwin/arm64