Closed coolaj86 closed 1 year ago
'This issue has been flagged as stale as there has been no activity on it in 14 days. If this issue is still affecting you and in need of review, please update it to keep it open.'
'This issue was automatically closed because it has been flagged as stale and subsequently passed 7 days with no further activity.'
I created a relatively simple program that just creates a private key from a seed and then exports the seed, private key, and public key as hex, but it doesn't compile due to this error:
Obviously this doesn't work with the standard Go build process. What custom steps are necessary to get this to work?