Jes Cok 137cc0332f pkg/flags: fix UniqueURLs'Set to remove duplicates in UniqueURLs'uss
From the name of func 'UniqueURLsFromFlag', we can tell that UniqueURLs'uss
should not have duplicates. The current implemention of UniqueURLs'Set
has a bug to make it unique. This PR fixes it.

Signed-off-by: Jes Cok <xigua67damn@gmail.com>
2023-07-26 20:17:17 +08:00
..
2023-02-20 12:44:14 +13:00
2018-07-21 15:49:58 -07:00
2015-11-17 20:54:10 -08:00
2019-07-24 14:09:50 -07:00
2022-12-19 18:34:04 +08:00
2018-02-28 17:27:40 -08:00
2020-04-01 09:29:59 -07:00
2022-12-19 18:34:04 +08:00
2016-05-12 20:48:53 -07:00
2019-05-28 15:39:35 -07:00
2018-04-30 15:32:16 -07:00
2022-12-19 18:34:04 +08:00
2019-05-28 15:39:35 -07:00
2023-03-16 21:46:17 +13:00
2023-03-16 21:46:17 +13:00
2014-10-26 16:28:48 -07:00

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.