Changed the Hosts from being a slice to a map with the key as hostname and value as a struct which would be an empty struct in order to mimic a set

This commit is contained in:
Abhishek Jain 2017-03-23 22:11:38 -04:00
parent 26c49d4098
commit 710447cb0d

View file

@ -25,7 +25,7 @@ var PowerClasses = map[string]map[string]bool{
"C": map[string]bool{
"stratos-008.cs.binghamton.edu": true,
},
"D": map[string]bool {
"D": map[string]bool{
"stratos-001.cs.binghamton.edu": true,
"stratos-002.cs.binghamton.edu": true,
"stratos-003.cs.binghamton.edu": true,