6 lines
69 B
Go
6 lines
69 B
Go
package app
|
|
|
|
func RootConfigDir() string {
|
|
return rootConfigDir()
|
|
}
|