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 ( import (
"flag" "flag"
"fmt"
"os" "os"
"path" "path"
"strconv" "strconv"
"github.com/chrislusf/seaweedfs/weed/glog" "github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/storage" "github.com/chrislusf/seaweedfs/weed/storage"
"fmt"
"github.com/chrislusf/seaweedfs/weed/storage/types" "github.com/chrislusf/seaweedfs/weed/storage/types"
) )

Loading…
Cancel
Save