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
|
||||
|
||||
import (
|
||||
"bufio"
|
||||
"flag"
|
||||
"fmt"
|
||||
"net"
|
||||
"bufio"
|
||||
"time"
|
||||
"os"
|
||||
"flag"
|
||||
"strings"
|
||||
"strconv"
|
||||
"strings"
|
||||
"time"
|
||||
)
|
||||
|
||||
var chancount = flag.Int("channels", 4, "number of channels to collect")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue