mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-23 19:58:03 +08:00
vendor: github.com/moby/buildkit v0.21.0-rc1
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
2
vendor/github.com/tonistiigi/fsutil/copy/hardlink_windows.go
generated
vendored
2
vendor/github.com/tonistiigi/fsutil/copy/hardlink_windows.go
generated
vendored
@@ -2,6 +2,6 @@ package fs
|
||||
|
||||
import "os"
|
||||
|
||||
func getLinkInfo(fi os.FileInfo) (uint64, bool) {
|
||||
func getLinkInfo(_ os.FileInfo) (uint64, bool) {
|
||||
return 0, false
|
||||
}
|
||||
|
Reference in New Issue
Block a user