Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkPkgPath (0.1 sec)

  1. src/reflect/all_test.go

    		OtherPkgFields
    		int // issue 21702
    		*x  // issue 21122
    	}{})
    
    	type pkgpathTest struct {
    		index    []int
    		pkgPath  string
    		embedded bool
    		exported bool
    	}
    
    	checkPkgPath := func(name string, s []pkgpathTest) {
    		for _, test := range s {
    			f := typ.FieldByIndex(test.index)
    			if got, want := f.PkgPath, test.pkgPath; got != want {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
Back to top