update ReADME

This commit is contained in:
2026-05-13 17:21:22 +02:00
parent 54af4c2112
commit 7cd44a3cc4
4 changed files with 126 additions and 3 deletions
-1
View File
@@ -84,7 +84,6 @@ func (cli *Client) GetRawManifest(ctx context.Context, rawrepo string, accepts [
if !accepted {
err := fmt.Errorf("Unknown content type: %s", mime)
return exist, mime, man, digstr, err
}
digstr = resp.Header.Get("Docker-Content-Digest")
if digstr == "" {