Changed names of some variables.

This commit is contained in:
Milos Gajdos
2019-10-09 19:08:24 +01:00
parent d5ce96da24
commit 7a4bff4e9f
3 changed files with 19 additions and 16 deletions

View File

@@ -80,6 +80,6 @@ func DefaultOptions() Options {
Address: DefaultAddress,
Network: DefaultNetwork,
Registry: registry.DefaultRegistry,
Advertise: Optimal,
Advertise: AdvertiseBest,
}
}