Skip to content

Commit daaa382

Browse files
committed
Mark dockerclient.CopyInfo.Decompress as deprecated
Document that the Decompress field from CopyInfo is never set and ignored. Signed-off-by: Nalin Dahyabhai <[email protected]>
1 parent 0839fa7 commit daaa382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerclient/copyinfo.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
type CopyInfo struct {
1616
os.FileInfo
1717
Path string
18-
Decompress bool
18+
Decompress bool // deprecated, is never set and is ignored
1919
FromDir bool
2020
}
2121

0 commit comments

Comments
 (0)