Conversation
The example in `README.md` (still) does not compile. `BN254` has a `ScalarField()` method now, and should not be passed directly.
|
@gbotrel - It is README only change. I think can be merged into master but pinging to be sure that it won't invoke any automatic releases etc. |
|
Yep it's fine 👍 thanks for the PR. We should probably find a way to have these examples in a |
Yep. Maybe we could use package documentation for the actual README, where the examples are documentation examples ( Only ugly part with it is that then Go package documentation site has duplicate content (pkg.go.dev/...) |
|
Also, this Github Action from the marketplace could be useful, though I don't know if using it is safe or not: https://github.com/marketplace/actions/markdown-embed-code-from-file |
Unfortunately, the example in
README.mdstill does not compile. ApparentlyBN254has aScalarField()method now, and should not be passed as a parameter directly.