1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-02-04 18:21:53 +02:00
This commit is contained in:
Asim Aslam 2020-01-10 21:54:36 +00:00
parent e1e6199743
commit f50a50eeb3

View File

@ -278,7 +278,7 @@ var (
defaultSelector = "registry"
defaultTransport = "http"
defaultRuntime = "local"
defaultStore = "memory"
defaultStore = "memory"
)
func init() {