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 package main
import ( import (
"bufio"
"flag"
"fmt" "fmt"
"net" "net"
"bufio"
"time"
"os" "os"
"flag"
"strings"
"strconv" "strconv"
"strings"
"time"
) )
var chancount = flag.Int("channels", 4, "number of channels to collect") var chancount = flag.Int("channels", 4, "number of channels to collect")