mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-17 02:47: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.
|
Simple key-value store implementation. Currently in-memory only.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
package dht
|
package store
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"sync"
|
"sync"
|
||||||
Reference in New Issue
Block a user