From f6165f35c07e6c175efc170b132f7cb75856c17d Mon Sep 17 00:00:00 2001 From: Uffy Date: Mon, 9 Oct 2017 20:55:03 +0800 Subject: [PATCH] import sorting --- service.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service.go b/service.go index 024819b4..80373764 100644 --- a/service.go +++ b/service.go @@ -3,6 +3,7 @@ package micro import ( "os" "os/signal" + "sync" "syscall" "time" @@ -10,7 +11,6 @@ import ( "github.com/micro/go-micro/cmd" "github.com/micro/go-micro/metadata" "github.com/micro/go-micro/server" - "sync" ) type service struct {