Browse Source

go fmt

pull/755/head
Chris Lu 6 years ago
parent
commit
6a756136ef
  1. 2
      weed/replication/sink/azuresink/azure_sink.go
  2. 2
      weed/server/volume_server_handlers_admin.go
  3. 2
      weed/server/volume_server_handlers_ui.go
  4. 1
      weed/stats/memory.go

2
weed/replication/sink/azuresink/azure_sink.go

@ -8,11 +8,11 @@ import (
"github.com/Azure/azure-storage-blob-go/azblob"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
"github.com/chrislusf/seaweedfs/weed/replication/sink"
"github.com/chrislusf/seaweedfs/weed/replication/source"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/glog"
)
type AzureSink struct {

2
weed/server/volume_server_handlers_admin.go

@ -4,9 +4,9 @@ import (
"net/http"
"path/filepath"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
"github.com/chrislusf/seaweedfs/weed/stats"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)
func (vs *VolumeServer) statusHandler(w http.ResponseWriter, r *http.Request) {

2
weed/server/volume_server_handlers_ui.go

@ -5,10 +5,10 @@ import (
"path/filepath"
"time"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
ui "github.com/chrislusf/seaweedfs/weed/server/volume_server_ui"
"github.com/chrislusf/seaweedfs/weed/stats"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)
func (vs *VolumeServer) uiStatusHandler(w http.ResponseWriter, r *http.Request) {

1
weed/stats/memory.go

@ -2,6 +2,7 @@ package stats
import (
"runtime"
"github.com/chrislusf/seaweedfs/weed/pb/volume_server_pb"
)

Loading…
Cancel
Save