Do go fmt on bucket.go

master
Krishna Srinivas 9 years ago
parent ae8089c9b6
commit fdd2c22fa5
  1. 2
      pkg/donut/bucket.go

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

Loading…
Cancel
Save