mirror of https://github.com/perkeep/perkeep.git
sort imports after gofix
Change-Id: Ia1437192bfda7d37d78e4c657ef19eef5d1e4ad0
This commit is contained in:
parent
a77365cf53
commit
fe2d2187ee
|
@ -27,12 +27,12 @@ import (
|
|||
"strings"
|
||||
"sync"
|
||||
"time"
|
||||
"url"
|
||||
|
||||
"camli/blobref"
|
||||
"camli/blobserver"
|
||||
"camli/jsonconfig"
|
||||
"camli/httputil"
|
||||
"url"
|
||||
)
|
||||
|
||||
const buffered = 32 // arbitrary channel buffer size
|
||||
|
|
Loading…
Reference in New Issue