sort imports after gofix

Change-Id: Ia1437192bfda7d37d78e4c657ef19eef5d1e4ad0
This commit is contained in:
Brad Fitzpatrick 2011-10-17 17:07:59 -07:00
parent a77365cf53
commit fe2d2187ee
1 changed files with 1 additions and 1 deletions

View File

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