This commit is contained in:
Ben Charlton 2018-07-10 21:26:12 +01:00
parent 84fbe98f90
commit 26409e22ba

View file

@ -1,15 +1,14 @@
package main
import (
"bufio"
"flag"
"fmt"
"net"
"bufio"
"time"
"os"
"flag"
"strings"
"strconv"
"strings"
"time"
)
var chancount = flag.Int("channels", 4, "number of channels to collect")