package slog import ( "testing" ) func TestPrintf(t *testing.T) { Printf("This is the {{Test}} for {{Idea}} stuff\n", 1, "Fancy Logging") }