This website requires JavaScript.
Explore
Help
Sign In
public_git
/
kaniko
mirror of
https://github.com/GoogleContainerTools/kaniko
Watch
1
Star
0
Fork
You've already forked kaniko
0
Code
Issues
Releases
Wiki
Activity
b1b0513c05
kaniko
/
vendor
/
github.com
/
containerd
/
continuity
/
fs
/
hardlink_windows.go
8 lines
94 B
Go
Raw
Blame
History
package
fs
import
"os"
func
getLinkInfo
(
fi
os
.
FileInfo
)
(
uint64
,
bool
)
{
return
0
,
false
}
Reference in New Issue
View Git Blame
Copy Permalink