From e1248f90f41a51a2072eb27bd06484a3d04f81d2 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 17 Aug 2020 23:09:41 +0100 Subject: [PATCH] update options --- router/options.go | 1 - 1 file changed, 1 deletion(-) diff --git a/router/options.go b/router/options.go index ff04f7e1..8ea2f1a6 100644 --- a/router/options.go +++ b/router/options.go @@ -72,7 +72,6 @@ func Precache() Option { func DefaultOptions() Options { return Options{ Id: uuid.New().String(), - Address: DefaultAddress, Network: DefaultNetwork, Registry: mdns.NewRegistry(), Context: context.Background(),