log/log_test.go
2025-12-03 22:35:00 +08:00

8 lines
87 B
Go

package log
import "testing"
func TestLog(t *testing.T) {
Println("aaa", 1, 3, 6)
}