cleanup import order in uuid.go

pull/10058/head
Jacob Marble 2018-07-09 16:09:53 -07:00
parent 498de81e65
commit 03050b90ef
1 changed files with 2 additions and 2 deletions

View File

@ -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