We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ede1ed commit 2593f7aCopy full SHA for 2593f7a
1 file changed
pkg/client/upload.go
@@ -55,7 +55,7 @@ func (client *Client) Upload(
55
Mtime: fi.ModTime().Unix(),
56
}
57
switch fiSys := fi.Sys().(type) {
58
- case syscall.Stat_t:
+ case *syscall.Stat_t:
59
statopt.Ctime = fiSys.Ctim.Sec
60
default:
61
client.vlog().Infof("unexpected stat type: %T", fiSys)
0 commit comments