fleet/orbit/pkg/augeas/augeas_windows.go
2022-12-02 10:19:54 -05:00

9 lines
126 B
Go

//go:build windows
// +build windows
package augeas
func CopyLenses(installPath string) (string, error) {
return "", nil
}