8 lines
87 B
Go
8 lines
87 B
Go
package log
|
|
|
|
import "testing"
|
|
|
|
func TestLog(t *testing.T) {
|
|
Println("aaa", 1, 3, 6)
|
|
}
|