core/slog/log_test.go

10 lines
144 B
Go

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