mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 10:43:20 -05: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