add windows support
This commit is contained in:
8
config_unix.go
Normal file
8
config_unix.go
Normal file
@ -0,0 +1,8 @@
|
||||
//go:build linux || darwin
|
||||
|
||||
package main
|
||||
|
||||
func makeLink(src, dst string) error {
|
||||
// Noop on unix
|
||||
return nil
|
||||
}
|
Reference in New Issue
Block a user