Otfe/misc/config/config_test.go

8 lines
96 B
Go

package config
import "testing"
func TestGetConfigFile(t *testing.T) {
t.Log(Get())
}