use noop resolver in network by default

This commit is contained in:
Asim Aslam
2020-08-09 22:11:57 +01:00
parent a7c70c66b1
commit 65e6ee8566
4 changed files with 17 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
// Package static is a static resolver
package registry
package static
import (
"github.com/micro/go-micro/v3/network/resolver"