• Miek Gieben's avatar
    map bool -> map struct{} (#2386) · 9abbf4a4
    Miek Gieben authored
    This clear out the remaining map[x]bool usage and moves the bool to an
    empty struct.
    
    Two note worthy other changes:
    
    * EnableChaos in the server is now also exported to make it show up in
      the documentation.
    * The auto plugin is left as is, because there the boolean is
      explicitaly set to false to signal 'to-be-deleted' and the key is left
      as-is.
    Signed-off-by: default avatarMiek Gieben <miek@miek.nl>
    9abbf4a4
log_test.go 2.17 KB