diff --git a/config/main.go b/conf/main.go similarity index 100% rename from config/main.go rename to conf/main.go diff --git a/store/handler/handler.go b/kv/handler/handler.go similarity index 100% rename from store/handler/handler.go rename to kv/handler/handler.go diff --git a/store/main.go b/kv/main.go similarity index 100% rename from store/main.go rename to kv/main.go diff --git a/store/proto/example.pb.go b/kv/proto/example.pb.go similarity index 100% rename from store/proto/example.pb.go rename to kv/proto/example.pb.go diff --git a/store/proto/example.pb.micro.go b/kv/proto/example.pb.micro.go similarity index 100% rename from store/proto/example.pb.micro.go rename to kv/proto/example.pb.micro.go diff --git a/store/proto/example.proto b/kv/proto/example.proto similarity index 100% rename from store/proto/example.proto rename to kv/proto/example.proto