update options

This commit is contained in:
Asim Aslam 2020-08-17 23:09:41 +01:00
parent 3011bad518
commit e1248f90f4

View File

@ -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(),