mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
9 lines
126 B
Go
9 lines
126 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package augeas
|
|
|
|
func CopyLenses(installPath string) (string, error) {
|
|
return "", nil
|
|
}
|