mirror of
https://gitea.com/Lydanne/buildx.git
synced 2026-01-12 08:54:13 +08:00
8 lines
93 B
Go
8 lines
93 B
Go
package fs
|
|
|
|
import "os"
|
|
|
|
func getLinkInfo(_ os.FileInfo) (uint64, bool) {
|
|
return 0, false
|
|
}
|