core/slog/log_test.go

10 lines
144 B
Go
Raw Normal View History

2024-01-01 16:55:54 +00:00
package slog
import (
"testing"
)
func TestPrintf(t *testing.T) {
Printf("This is the {{Test}} for {{Idea}} stuff\n", 1, "Fancy Logging")
}