Delete store, this is not a core requirement of microservices, will be included in go-platform
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
package consul
|
||||
|
||||
// This is a hack
|
||||
|
||||
import (
|
||||
"github.com/myodc/go-micro/store"
|
||||
)
|
||||
|
||||
func NewStore(addrs []string, opt ...store.Option) store.Store {
|
||||
return store.NewStore(addrs, opt...)
|
||||
}
|
||||
Reference in New Issue
Block a user