neoneo-go/pkg
Roman Khimov f068f4c0ed pkg/vm/stack: drop unused (*RandomAccess).items()
GolangCI complains:
  U1000: func (*RandomAccess).items is unused

And it looks like everyone and their dog just use ras.vals without any
wrappers when there is a need to access it, so drop the wrapper.
2019-08-12 18:19:26 +03:00
..
crypto pkg/(crypto|vm): fix GolangCI errcheck warnings 2019-08-12 16:36:06 +03:00
database Fix lint errors (#182) 2019-03-17 18:26:35 +00:00
peer [Stall] 2019-03-18 21:33:07 +00:00
pubsub Fix lint errors (#182) 2019-03-17 18:26:35 +00:00
vm pkg/vm/stack: drop unused (*RandomAccess).items() 2019-08-12 18:19:26 +03:00
wire Fix lint errors (#182) 2019-03-17 18:26:35 +00:00
Readme.md Initial commit 2019-02-25 22:44:14 +00:00

ReadMe

Currently this package is in Development.

References

btcd https://github.com/btcsuite/btcd

geth https://github.com/ethereum/go-ethereum

aeternity https://github.com/aeternity/elixir-node