Browse Source

go fmt

pull/763/head
Chris Lu 6 years ago
parent
commit
3c54b3cff4
  1. 2
      unmaintained/see_idx/see_idx.go

2
unmaintained/see_idx/see_idx.go

@ -2,13 +2,13 @@ package main
import (
"flag"
"fmt"
"os"
"path"
"strconv"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/storage"
"fmt"
"github.com/chrislusf/seaweedfs/weed/storage/types"
)

Loading…
Cancel
Save