From dd84b9d64fb98746a230cd24233ff50a562c39c9 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 28 Apr 2023 01:36:44 +0800 Subject: --- cli/internal/turbopath/absolute_system_path_notdarwin.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 cli/internal/turbopath/absolute_system_path_notdarwin.go (limited to 'cli/internal/turbopath/absolute_system_path_notdarwin.go') diff --git a/cli/internal/turbopath/absolute_system_path_notdarwin.go b/cli/internal/turbopath/absolute_system_path_notdarwin.go new file mode 100644 index 0000000..1195888 --- /dev/null +++ b/cli/internal/turbopath/absolute_system_path_notdarwin.go @@ -0,0 +1,13 @@ +//go:build !darwin +// +build !darwin + +package turbopath + +import ( + "os" +) + +// Lchmod changes the mode of a file not following symlinks. +func (p AbsoluteSystemPath) Lchmod(mode os.FileMode) error { + return nil +} -- cgit v1.2.3-70-g09d2