Browse Source

pass make

pull/828/head
chenwanli 7 years ago
parent
commit
653719eb2f
  1. 1
      weed/operation/upload_content.go
  2. 1
      weed/util/http_util.go

1
weed/operation/upload_content.go

@ -13,6 +13,7 @@ import (
"net/textproto"
"path/filepath"
"strings"
"time"
"github.com/chrislusf/seaweedfs/weed/glog"
"github.com/chrislusf/seaweedfs/weed/security"

1
weed/util/http_util.go

@ -11,6 +11,7 @@ import (
"net/http"
"net/url"
"strings"
"time"
"github.com/chrislusf/seaweedfs/weed/security"
)

Loading…
Cancel
Save