erpc icon indicating copy to clipboard operation
erpc copied to clipboard

Upgrade to quic-go 0.36.2 & golang version 1.20.6 compatibility.

Open creky opened this issue 1 year ago • 0 comments

I had submit a pull request from my repos.. You can still use my modified cont. temp. before author merge my pull request. Follow this steps: 1.Clone this from my repos. to local. 2.Edit your go.mod file and add this line replace github.com/andeya/erpc/v7 => ../../Other/erpc between the two require() blocks. 3.Modify ‘./../Other/erpc’ to your local path. Recommand relative path.

If you used qick-go module, please test your bizs completely.

creky avatar Jul 24 '23 09:07 creky