export config paths
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
package localconfig
|
||||
|
||||
// Configfile is the OS dependent config file location
|
||||
func getConfig(filename string) string {
|
||||
func GetConfigPath(filename string) string {
|
||||
return ".\\" + filename
|
||||
}
|
||||
|
Reference in New Issue
Block a user