asterisc icon indicating copy to clipboard operation
asterisc copied to clipboard

[Bug] The binary doesn't compile

Open borispovod opened this issue 8 months ago • 1 comments

Hello,

First off, thank you for this fantastic project.

When I attempt to compile, I encounter the following error:

main.go:9:2: no required module provides package github.com/protolambda/asterisc/rvgo/oracle; to add it:
        go get github.com/protolambda/asterisc/rvgo/oracle

However, this isn't the only issue. It appears that after some code refactoring, main.go might not have been updated accordingly.

I've managed to make some modifications to main.go to get it running with the new logic (looked at tests). Still, I believe it requires further refinement. I'm not currently in a position to submit a PR, but I hope to do so in the near future.

borispovod avatar Oct 17 '23 03:10 borispovod