go fmt
This commit is contained in:
parent
84fbe98f90
commit
26409e22ba
1 changed files with 21 additions and 22 deletions
9
rigol.go
9
rigol.go
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue