9 lignes
102 o
Go
9 lignes
102 o
Go
package config
|
|
|
|
var TorrentStatus = map[int]bool{
|
|
0: true,
|
|
1: true,
|
|
2: true,
|
|
3: true,
|
|
4: true,
|
|
}
|