1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-09-16 08:36:30 +02:00

fix: imported and not used (log, os) (#2195)

github.com/asim/go-micro/plugins/registry/consul/v3@v3.0.0-20210716165540-546225f1d8db/watcher.go:5:2: imported and not used: "log"
github.com/asim/go-micro/plugins/registry/consul/v3@v3.0.0-20210716165540-546225f1d8db/watcher.go:5:2: imported and not used: "log"
This commit is contained in:
xshytikx
2021-07-18 09:18:11 +03:00
committed by GitHub
parent 546225f1d8
commit 753022d2ae

View File

@@ -2,8 +2,6 @@ package consul
import (
"fmt"
"log"
"os"
"sync"
"github.com/asim/go-micro/v3/registry"