mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-16 18:37:51 +01:00
Moving store code to nested module
This commit is contained in:
@@ -6,7 +6,7 @@ Author: Peter Kleissner
|
||||
Simple key-value store implementation. Currently in-memory only.
|
||||
*/
|
||||
|
||||
package dht
|
||||
package store
|
||||
|
||||
import (
|
||||
"sync"
|
||||
Reference in New Issue
Block a user