zhangchiqing / merkle-patricia-trie

A simplified golang implementation of Ethereum's Modified Patricia Trie.
MIT License
224 stars 68 forks source link

Define the module with full path (github.com/zhangchiqing/merkle-patricia-trie) #12

Open kubasiemion opened 8 months ago

kubasiemion commented 8 months ago

how about defining the module as github.com/zhangchiqing/merkle-patricia-trie rather than merkle-patricia-trie in the go.mod file? This would make importing this project as a module easy (currently it is not).