good morning!!!!
Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
asd
· 8af23bc6
a
authored
Sep 04, 2022
8af23bc6
Hide whitespace changes
Inline
Side-by-side
filing/api_weed/weed_api.go
View file @
8af23bc6
...
...
@@ -62,7 +62,7 @@ func (F *Client) Meta(file string) (filing.HashedFileInfo, error) {
return
nil
,
err
}
if
env
.
Md5
!
=
""
{
if
env
.
Md5
=
=
""
{
var
out
WeedDir
err
=
json
.
Unmarshal
(
ob
,
&
out
)
if
err
!=
nil
{
...
...