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 (
"bytes"
"fmt"
"hash"
"io"
"path/filepath"
"sort"
"strings"
"sync"
"time"
"hash"
"crypto/md5"
"encoding/hex"

Loading…
Cancel
Save