cleanup import order in uuid.go
parent
498de81e65
commit
03050b90ef
|
@ -35,10 +35,10 @@
|
|||
package uuid // import "github.com/influxdata/influxdb/uuid"
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
"net"
|
||||
"sync/atomic"
|
||||
"time"
|
||||
"net"
|
||||
"crypto/rand"
|
||||
)
|
||||
|
||||
// UUID - unique identifier type representing a 128 bit number
|
||||
|
|
Loading…
Reference in New Issue