Initial commit
This commit is contained in:
9
configfile_windows.go
Normal file
9
configfile_windows.go
Normal file
@@ -0,0 +1,9 @@
|
||||
//go:build windows
|
||||
// +build windows
|
||||
|
||||
package localconfig
|
||||
|
||||
// Configfile is the OS dependent config file location
|
||||
func getConfig(filename string) string {
|
||||
return ".\\" + filename
|
||||
}
|
Reference in New Issue
Block a user