mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 10:43:17 -04:00
These maps where all map[x]bool. Change this a map[x]struct{} as this
is smaller and we only use these map to signal "this element exists".
This should preserve a (small) amount of memory.
Signed-off-by: Miek Gieben <miek@miek.nl>
13 KiB
13 KiB