1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/vendor/github.com/tonistiigi/fsutil/diskwriter_darwin.go
Tonis Tiigi ed6fd3d95b vendor: update buildkit
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2017-09-21 22:17:43 -07:00

7 lines
92 B
Go

// +build darwin
package fsutil
func chtimes(path string, un int64) error {
return nil
}