We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0839fa7 commit daaa382Copy full SHA for daaa382
dockerclient/copyinfo.go
@@ -15,7 +15,7 @@ import (
15
type CopyInfo struct {
16
os.FileInfo
17
Path string
18
- Decompress bool
+ Decompress bool // deprecated, is never set and is ignored
19
FromDir bool
20
}
21
0 commit comments