goutils/config/path_test.go

8 lines
122 B
Go

package config
import "testing"
func TestDefaultPath(t *testing.T) {
t.Log(DefaultConfigPath("demoapp", "app.conf"))
}