kopia lustrzana https://github.com/cyoung/stratux
add map type
rodzic
5e2209e906
commit
c640418e80
|
@ -375,7 +375,7 @@ func configDevices(count int, es_enabled, uat_enabled bool) {
|
||||||
|
|
||||||
// once the tagged dongles have been assigned, explicitly range over
|
// once the tagged dongles have been assigned, explicitly range over
|
||||||
// the remaining IDs and assign them to any anonymous dongles
|
// the remaining IDs and assign them to any anonymous dongles
|
||||||
unusedIDs := make([int]string)
|
unusedIDs := make(map[int]string)
|
||||||
|
|
||||||
// loop 1: assign tagged dongles
|
// loop 1: assign tagged dongles
|
||||||
for i := 0; i < count; i++ {
|
for i := 0; i < count; i++ {
|
||||||
|
|
Ładowanie…
Reference in New Issue