1
This commit is contained in:
@@ -183,3 +183,14 @@ func TestEncryptIm(t *testing.T) {
|
||||
fmt.Println(t2)
|
||||
|
||||
}
|
||||
|
||||
func TestNew2(t *testing.T) {
|
||||
//fmt.Println(reflect.TypeOf(file1))
|
||||
//fmt.Println(reflect.TypeOf(file3))
|
||||
//fmt.Println(reflect.TypeOf(file2))
|
||||
|
||||
var n = 0
|
||||
fmt.Println(n)
|
||||
fmt.Println(reflect.TypeOf(n))
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user