package interview_test import "testing" // 变长 1 ~ 3 func TestBy(t *testing.T) { // int64 (1) // int8(1) t.Log([]byte("1024")) // int16 1024 }