package localconfig import ( "testing" ) func TestInit(t *testing.T) { var creds Creds creds.Init("localconfig_test") }