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