From b18c0c8bb4a48be9d3f75f92ecf8b4850d76d511 Mon Sep 17 00:00:00 2001 From: tegk Date: Fri, 1 Nov 2019 15:07:53 +0000 Subject: [PATCH] used gofmt with -s flag on whole project --- grpc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc_test.go b/grpc_test.go index 5696a26..e437c0e 100644 --- a/grpc_test.go +++ b/grpc_test.go @@ -42,7 +42,7 @@ func TestGRPCClient(t *testing.T) { Name: "helloworld", Version: "test", Nodes: []*registry.Node{ - ®istry.Node{ + { Id: "test-1", Address: l.Addr().String(), },