1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-28 04:25:11 +00:00

Dict debug output

This commit is contained in:
2025-06-12 10:53:31 +02:00
parent 7dc88d96e9
commit 43523c458a
2 changed files with 25 additions and 5 deletions

View File

@ -20,5 +20,5 @@ func TestOpenFile(t *testing.T) {
t.Errorf("expected version date to be '2025-01-11', got '%s'", f.VersionDate.Format("2006-01-02"))
}
f.ToDebugFile("../private/output.txt")
f.ToDebugFile("../private/output")
}