Do go fmt on bucket.go

This commit is contained in:
Krishna Srinivas 2015-07-29 23:49:25 +05:30
parent ae8089c9b6
commit fdd2c22fa5

View file

@ -19,13 +19,13 @@ package donut
import (
"bytes"
"fmt"
"hash"
"io"
"path/filepath"
"sort"
"strings"
"sync"
"time"
"hash"
"crypto/md5"
"encoding/hex"