Merge pull request #9166 from influxdata/js-code-cleanup
Group the "strings" import with the other stdlib importspull/9145/head
commit
0b18a6faf4
|
@ -5,10 +5,10 @@ import (
|
|||
"flag"
|
||||
"fmt"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/influxdata/influxdb/client"
|
||||
"github.com/influxdata/influxdb/cmd/influx/cli"
|
||||
"strings"
|
||||
)
|
||||
|
||||
// These variables are populated via the Go linker.
|
||||
|
|
Loading…
Reference in New Issue