test_ptn_test.go 84 B

12345678
  1. package TestCode
  2. import "testing"
  3. func Test_getInfo(t *testing.T) {
  4. getInfo()
  5. }