gitextract_wer3ebvq/ ├── .github/ │ ├── ISSUE_TEMPLATE/ │ │ ├── bug_report.yml │ │ ├── config.yml │ │ └── feature_request.yml │ └── workflows/ │ ├── go-cross.yml │ ├── main.yml │ └── release.yml ├── .gitignore ├── .golangci.yml ├── .goreleaser.yml ├── CONTRIBUTING.md ├── LICENSE ├── Makefile ├── README.md ├── _test/ │ ├── a1.go │ ├── a10.go │ ├── a11.go │ ├── a12.go │ ├── a13.go │ ├── a14.go │ ├── a15.go │ ├── a16.go │ ├── a17.go │ ├── a18.go │ ├── a19.go │ ├── a2.go │ ├── a20.go │ ├── a21.go │ ├── a22.go │ ├── a23.go │ ├── a24.go │ ├── a25.go │ ├── a26.go │ ├── a27.go │ ├── a28.go │ ├── a29.go │ ├── a3.go │ ├── a30.go │ ├── a31.go │ ├── a32.go │ ├── a33.go │ ├── a34.go │ ├── a35.go │ ├── a36.go │ ├── a37.go │ ├── a38.go │ ├── a39.go │ ├── a4.go │ ├── a40.go │ ├── a41.go │ ├── a42.go │ ├── a43.go │ ├── a44.go │ ├── a5.go │ ├── a6.go │ ├── a7.go │ ├── a8.go │ ├── a9.go │ ├── add0.go │ ├── add1.go │ ├── add2.go │ ├── addr0.go │ ├── addr1.go │ ├── addr2.go │ ├── addr3.go │ ├── addr4.go │ ├── addr5.go │ ├── and.go │ ├── and0.go │ ├── and1.go │ ├── and2.go │ ├── and3.go │ ├── append0.go │ ├── append1.go │ ├── append2.go │ ├── append3.go │ ├── append4.go │ ├── assert0.go │ ├── assert1.go │ ├── assert2.go │ ├── assert3.go │ ├── assert4.go │ ├── assign.go │ ├── assign0.go │ ├── assign1.go │ ├── assign10.go │ ├── assign11.go │ ├── assign12.go │ ├── assign13.go │ ├── assign14.go │ ├── assign15.go │ ├── assign16.go │ ├── assign17.go │ ├── assign18.go │ ├── assign19.go │ ├── assign2.go │ ├── assign3.go │ ├── assign4.go │ ├── assign5.go │ ├── assign6.go │ ├── assign7.go │ ├── assign8.go │ ├── assign9.go │ ├── b1/ │ │ └── foo/ │ │ └── foo.go │ ├── b2/ │ │ └── foo/ │ │ └── foo.go │ ├── bad0.go │ ├── baz-bat/ │ │ └── baz-bat.go │ ├── bin.go │ ├── bin0.go │ ├── bin1.go │ ├── bin2.go │ ├── bin3.go │ ├── bin4.go │ ├── bin5.go │ ├── binstruct_ptr_map0.go │ ├── binstruct_ptr_slice0.go │ ├── binstruct_slice0.go │ ├── bltn.go │ ├── bltn0.go │ ├── bool.go │ ├── bool0.go │ ├── bool1.go │ ├── bool2.go │ ├── bool3.go │ ├── bool4.go │ ├── bool5.go │ ├── break0.go │ ├── break1.go │ ├── break2.go │ ├── break3.go │ ├── c1/ │ │ └── c1.go │ ├── c2/ │ │ └── c2.go │ ├── cap0.go │ ├── chan0.go │ ├── chan1.go │ ├── chan10.go │ ├── chan2.go │ ├── chan3.go │ ├── chan4.go │ ├── chan5.go │ ├── chan6.go │ ├── chan7.go │ ├── chan8.go │ ├── chan9.go │ ├── cli1.go │ ├── cli2.go │ ├── cli3.go │ ├── cli4.go │ ├── cli5.go │ ├── cli6.go │ ├── cli7.go │ ├── cli8.go │ ├── closure0.go │ ├── closure1.go │ ├── closure10.go │ ├── closure11.go │ ├── closure12.go │ ├── closure13.go │ ├── closure14.go │ ├── closure15.go │ ├── closure16.go │ ├── closure17.go │ ├── closure18.go │ ├── closure19.go │ ├── closure2.go │ ├── closure20.go │ ├── closure3.go │ ├── closure4.go │ ├── closure5.go │ ├── closure6.go │ ├── closure7.go │ ├── closure8.go │ ├── closure9.go │ ├── comp0.go │ ├── comp1.go │ ├── comp2.go │ ├── complex0.go │ ├── complex1.go │ ├── complex2.go │ ├── complex3.go │ ├── complex4.go │ ├── composite0.go │ ├── composite1.go │ ├── composite10.go │ ├── composite11.go │ ├── composite12.go │ ├── composite13.go │ ├── composite14.go │ ├── composite15.go │ ├── composite16.go │ ├── composite17.go │ ├── composite18.go │ ├── composite19.go │ ├── composite2.go │ ├── composite3.go │ ├── composite4.go │ ├── composite5.go │ ├── composite6.go │ ├── composite7.go │ ├── composite8.go │ ├── composite8bis.go │ ├── composite9.go │ ├── const0.go │ ├── const1.go │ ├── const10.go │ ├── const11.go │ ├── const12.go │ ├── const13.go │ ├── const14.go │ ├── const15.go │ ├── const16.go │ ├── const17.go │ ├── const18.go │ ├── const19.go │ ├── const2.go │ ├── const20.go │ ├── const21.go │ ├── const22.go │ ├── const23.go │ ├── const24.go │ ├── const25.go │ ├── const26.go │ ├── const3.go │ ├── const4.go │ ├── const5.go │ ├── const6.go │ ├── const7.go │ ├── const8.go │ ├── const9.go │ ├── cont.go │ ├── cont0.go │ ├── cont1.go │ ├── cont2.go │ ├── cont3.go │ ├── context.go │ ├── context2.go │ ├── convert0.go │ ├── convert1.go │ ├── convert2.go │ ├── convert3.go │ ├── copy0.go │ ├── copy1.go │ ├── copy2.go │ ├── ct/ │ │ ├── ct1.go │ │ ├── ct2.go │ │ └── ct3.go │ ├── ct1/ │ │ └── ct1.go │ ├── d1/ │ │ └── d1.go │ ├── d2/ │ │ └── d2.go │ ├── d3.go │ ├── defer0.go │ ├── defer1.go │ ├── defer2.go │ ├── defer3.go │ ├── defer4.go │ ├── defer5.go │ ├── defer6.go │ ├── defer7.go │ ├── defer8.go │ ├── defer9.go │ ├── delete0.go │ ├── eval0.go │ ├── export0.go │ ├── export1.go │ ├── factor.go │ ├── fib.go │ ├── fib0.go │ ├── file_access.go │ ├── flag0.go │ ├── foo/ │ │ ├── bar.go │ │ ├── bir.go │ │ └── boo/ │ │ └── boo.go │ ├── foo-bar/ │ │ └── foo-bar.go │ ├── for0.go │ ├── for1.go │ ├── for10.go │ ├── for11.go │ ├── for12.go │ ├── for13.go │ ├── for14.go │ ├── for15.go │ ├── for16.go │ ├── for17.go │ ├── for18.go │ ├── for19.go │ ├── for2.go │ ├── for3.go │ ├── for4.go │ ├── for5.go │ ├── for6.go │ ├── for7.go │ ├── for8.go │ ├── for9.go │ ├── fun.go │ ├── fun10.go │ ├── fun11.go │ ├── fun12.go │ ├── fun13.go │ ├── fun14.go │ ├── fun15.go │ ├── fun16.go │ ├── fun17.go │ ├── fun18.go │ ├── fun19.go │ ├── fun2.go │ ├── fun20.go │ ├── fun21.go │ ├── fun22.go │ ├── fun23.go │ ├── fun24.go │ ├── fun25.go │ ├── fun26.go │ ├── fun27.go │ ├── fun28.go │ ├── fun3.go │ ├── fun4.go │ ├── fun5.go │ ├── fun6.go │ ├── fun7.go │ ├── fun8.go │ ├── fun9.go │ ├── gen1.go │ ├── gen10.go │ ├── gen11.go │ ├── gen12.go │ ├── gen13.go │ ├── gen2.go │ ├── gen3.go │ ├── gen4.go │ ├── gen5.go │ ├── gen6.go │ ├── gen7.go │ ├── gen8.go │ ├── gen9.go │ ├── goto0.go │ ├── goto1.go │ ├── heap.go │ ├── if.go │ ├── if0.go │ ├── if1.go │ ├── if2.go │ ├── if3.go │ ├── if4.go │ ├── if5.go │ ├── if6.go │ ├── if7.go │ ├── imag0.go │ ├── import0.go │ ├── import1.go │ ├── import2.go │ ├── import3.go │ ├── import4.go │ ├── import5.go │ ├── import6.go │ ├── import7.go │ ├── import8.go │ ├── import9.go │ ├── inc.go │ ├── inception.go │ ├── init0.go │ ├── init1.go │ ├── interface0.go │ ├── interface1.go │ ├── interface10.go │ ├── interface11.go │ ├── interface12.go │ ├── interface13.go │ ├── interface14.go │ ├── interface15.go │ ├── interface16.go │ ├── interface17.go │ ├── interface18.go │ ├── interface19.go │ ├── interface2.go │ ├── interface20.go │ ├── interface21.go │ ├── interface22.go │ ├── interface23.go │ ├── interface24.go │ ├── interface25.go │ ├── interface26.go │ ├── interface27.go │ ├── interface28.go │ ├── interface29.go │ ├── interface3.go │ ├── interface30.go │ ├── interface31.go │ ├── interface32.go │ ├── interface33.go │ ├── interface34.go │ ├── interface35.go │ ├── interface36.go │ ├── interface37.go │ ├── interface38.go │ ├── interface39.go │ ├── interface4.go │ ├── interface40.go │ ├── interface41.go │ ├── interface42.go │ ├── interface43.go │ ├── interface44.go │ ├── interface45.go │ ├── interface46.go │ ├── interface47.go │ ├── interface48.go │ ├── interface49.go │ ├── interface5.go │ ├── interface50.go │ ├── interface51.go │ ├── interface52.go │ ├── interface6.go │ ├── interface7.go │ ├── interface8.go │ ├── interface9.go │ ├── interp.gi │ ├── interp2.gi │ ├── io0.go │ ├── io1.go │ ├── io2.go │ ├── iota.go │ ├── iota0.go │ ├── ipp_as_key.go │ ├── issue-1007.go │ ├── issue-1010.go │ ├── issue-1022.go │ ├── issue-1052.go │ ├── issue-1065.go │ ├── issue-1068.go │ ├── issue-1088.go │ ├── issue-1089.go │ ├── issue-1093.go │ ├── issue-1094.go │ ├── issue-1101.go │ ├── issue-1115.go │ ├── issue-1126.go │ ├── issue-1128.go │ ├── issue-1134.go │ ├── issue-1136.go │ ├── issue-1145.go │ ├── issue-1156.go │ ├── issue-1163.go │ ├── issue-1166.go │ ├── issue-1167.go │ ├── issue-1173.go │ ├── issue-1175.go │ ├── issue-1177.go │ ├── issue-1179.go │ ├── issue-1181.go │ ├── issue-1185.go │ ├── issue-1187.go │ ├── issue-1189.go │ ├── issue-1202.go │ ├── issue-1205.go │ ├── issue-1208.go │ ├── issue-1260.go │ ├── issue-1276.go │ ├── issue-1280.go │ ├── issue-1285.go │ ├── issue-1288.go │ ├── issue-1300.go │ ├── issue-1304.go │ ├── issue-1306.go │ ├── issue-1308.go │ ├── issue-1311.go │ ├── issue-1315.go │ ├── issue-1320.go │ ├── issue-1326.go │ ├── issue-1328.go │ ├── issue-1330.go │ ├── issue-1332.go │ ├── issue-1333.go │ ├── issue-1337.go │ ├── issue-1342.go │ ├── issue-1344.go │ ├── issue-1354.go │ ├── issue-1355.go │ ├── issue-1360.go │ ├── issue-1361.go │ ├── issue-1364.go │ ├── issue-1365.go │ ├── issue-1368.go │ ├── issue-1371.go │ ├── issue-1373.go │ ├── issue-1375.go │ ├── issue-1378.go │ ├── issue-1381.go │ ├── issue-1404.go │ ├── issue-1408.go │ ├── issue-1411.go │ ├── issue-1416.go │ ├── issue-1421.go │ ├── issue-1425.go │ ├── issue-1439.go │ ├── issue-1442.go │ ├── issue-1447.go │ ├── issue-1451.go │ ├── issue-1454.go │ ├── issue-1459.go │ ├── issue-1460.go │ ├── issue-1465.go │ ├── issue-1466.go │ ├── issue-1470.go │ ├── issue-1475.go │ ├── issue-1488.go │ ├── issue-1496.go │ ├── issue-1515.go │ ├── issue-1536.go │ ├── issue-1571.go │ ├── issue-1594.go │ ├── issue-1618.go │ ├── issue-1640.go │ ├── issue-1653.go │ ├── issue-435.go │ ├── issue-558.go │ ├── issue-735.go │ ├── issue-770.go │ ├── issue-772.go │ ├── issue-775.go │ ├── issue-776.go │ ├── issue-782.go │ ├── issue-784.go │ ├── issue-880.go │ ├── issue-981.go │ ├── issue-993.go │ ├── l2.go │ ├── l3.go │ ├── l4.go │ ├── l5.go │ ├── len0.go │ ├── m1/ │ │ ├── main.go │ │ └── main_test.go │ ├── m2/ │ │ └── m2_test.go │ ├── make.go │ ├── make0.go │ ├── make1.go │ ├── make2.go │ ├── map.go │ ├── map10.go │ ├── map11.go │ ├── map12.go │ ├── map13.go │ ├── map14.go │ ├── map15.go │ ├── map16.go │ ├── map17.go │ ├── map18.go │ ├── map19.go │ ├── map2.go │ ├── map20.go │ ├── map21.go │ ├── map22.go │ ├── map23.go │ ├── map24.go │ ├── map25.go │ ├── map26.go │ ├── map27.go │ ├── map28.go │ ├── map29.go │ ├── map3.go │ ├── map30.go │ ├── map31.go │ ├── map4.go │ ├── map5.go │ ├── map6.go │ ├── map7.go │ ├── map8.go │ ├── map9.go │ ├── math0.go │ ├── math1.go │ ├── math2.go │ ├── math3.go │ ├── method.go │ ├── method0.go │ ├── method1.go │ ├── method10.go │ ├── method11.go │ ├── method12.go │ ├── method13.go │ ├── method14.go │ ├── method15.go │ ├── method16.go │ ├── method17.go │ ├── method18.go │ ├── method19.go │ ├── method2.go │ ├── method20.go │ ├── method21.go │ ├── method22.go │ ├── method23.go │ ├── method24.go │ ├── method25.go │ ├── method26.go │ ├── method27.go │ ├── method28.go │ ├── method29.go │ ├── method3.go │ ├── method30.go │ ├── method31.go │ ├── method32.go │ ├── method33.go │ ├── method34.go │ ├── method35.go │ ├── method36.go │ ├── method37.go │ ├── method38/ │ │ ├── a.go │ │ └── b.go │ ├── method38.go │ ├── method39.go │ ├── method4.go │ ├── method40.go │ ├── method5.go │ ├── method6.go │ ├── method7.go │ ├── method8.go │ ├── method9.go │ ├── named0.go │ ├── named1.go │ ├── named2.go │ ├── named3/ │ │ └── named3.go │ ├── named3.go │ ├── named4.go │ ├── neg0.go │ ├── new0.go │ ├── new1.go │ ├── new2.go │ ├── nil0.go │ ├── nil1.go │ ├── nil2.go │ ├── nil3.go │ ├── not0.go │ ├── not1.go │ ├── not2.go │ ├── num0.go │ ├── op0.go │ ├── op1.go │ ├── op10.go │ ├── op11.go │ ├── op2.go │ ├── op3.go │ ├── op4.go │ ├── op5.go │ ├── op6.go │ ├── op7.go │ ├── op8.go │ ├── op9.go │ ├── opfloat32.go │ ├── opfloat64.go │ ├── opint16.go │ ├── opint32.go │ ├── opint64.go │ ├── opint8.go │ ├── opstring.go │ ├── opuint16.go │ ├── opuint32.go │ ├── opuint64.go │ ├── opuint8.go │ ├── or0.go │ ├── or1.go │ ├── or2.go │ ├── os0.go │ ├── p1/ │ │ ├── s1.go │ │ └── s2.go │ ├── p2/ │ │ └── p2.go │ ├── p3/ │ │ └── empty │ ├── p4/ │ │ └── p4.go │ ├── p5/ │ │ └── p5.go │ ├── p5.go │ ├── p6/ │ │ └── p6.go │ ├── p6.go │ ├── panic0.go │ ├── pkgname0.go │ ├── pkgname1.go │ ├── pkgname2.go │ ├── primes.go │ ├── print0.go │ ├── ptr0.go │ ├── ptr1.go │ ├── ptr2.go │ ├── ptr3.go │ ├── ptr4.go │ ├── ptr5.go │ ├── ptr5a.go │ ├── ptr6.go │ ├── ptr7.go │ ├── ptr8.go │ ├── ptr_array0.go │ ├── ptr_array1.go │ ├── ptr_array2.go │ ├── ptr_array3.go │ ├── range0.go │ ├── range1.go │ ├── range2.go │ ├── range3.go │ ├── range4.go │ ├── range5.go │ ├── range6.go │ ├── range7.go │ ├── range8.go │ ├── range9.go │ ├── real0.go │ ├── recover0.go │ ├── recover1.go │ ├── recover2.go │ ├── recover3.go │ ├── recover4.go │ ├── recurse0.go │ ├── recurse1.go │ ├── recurse2.go │ ├── recurse3.go │ ├── redeclaration-global0.go │ ├── redeclaration-global1.go │ ├── redeclaration-global2.go │ ├── redeclaration-global3.go │ ├── redeclaration-global4.go │ ├── redeclaration-global5.go │ ├── redeclaration-global6.go │ ├── redeclaration-global7.go │ ├── redeclaration0.go │ ├── redeclaration1.go │ ├── redeclaration2.go │ ├── redeclaration3.go │ ├── redeclaration4.go │ ├── redeclaration5.go │ ├── restricted0.go │ ├── restricted1.go │ ├── restricted2.go │ ├── restricted3.go │ ├── ret1.go │ ├── ret2.go │ ├── ret3.go │ ├── ret4.go │ ├── ret5.go │ ├── ret6.go │ ├── ret7.go │ ├── ret8.go │ ├── run0.go │ ├── run1.go │ ├── run10.go │ ├── run11.go │ ├── run12.go │ ├── run13.go │ ├── run4.go │ ├── run5.go │ ├── run6.go │ ├── run7.go │ ├── run8.go │ ├── run9.go │ ├── rune0.go │ ├── rune1.go │ ├── rune2.go │ ├── sample.plugin │ ├── scope0.go │ ├── scope1.go │ ├── scope2.go │ ├── scope3.go │ ├── scope4.go │ ├── scope5.go │ ├── scope6.go │ ├── scope7.go │ ├── secure.gi │ ├── select.go │ ├── select0.go │ ├── select1.go │ ├── select10.go │ ├── select11.go │ ├── select12.go │ ├── select13.go │ ├── select14.go │ ├── select15.go │ ├── select2.go │ ├── select3.go │ ├── select4.go │ ├── select5.go │ ├── select6.go │ ├── select7.go │ ├── select8.go │ ├── select9.go │ ├── selector-scope0.go │ ├── server.go │ ├── server0.go │ ├── server1.go │ ├── server1a.go │ ├── server2.go │ ├── server3.go │ ├── server4.go │ ├── server5.go │ ├── server6.go │ ├── server7.go │ ├── shift0.go │ ├── shift1.go │ ├── shift2.go │ ├── shift3.go │ ├── sieve.go │ ├── slice.go │ ├── str.go │ ├── str0.go │ ├── str1.go │ ├── str2.go │ ├── str3.go │ ├── str4.go │ ├── struct.go │ ├── struct0.go │ ├── struct0a.go │ ├── struct1.go │ ├── struct10.go │ ├── struct11.go │ ├── struct12.go │ ├── struct13.go │ ├── struct14.go │ ├── struct15.go │ ├── struct16.go │ ├── struct17.go │ ├── struct18.go │ ├── struct19.go │ ├── struct2.go │ ├── struct20.go │ ├── struct21.go │ ├── struct22.go │ ├── struct23.go │ ├── struct24.go │ ├── struct25.go │ ├── struct26.go │ ├── struct27.go │ ├── struct28.go │ ├── struct29.go │ ├── struct3.go │ ├── struct30.go │ ├── struct31.go │ ├── struct32.go │ ├── struct33.go │ ├── struct34.go │ ├── struct35.go │ ├── struct36.go │ ├── struct37.go │ ├── struct38.go │ ├── struct39.go │ ├── struct4.go │ ├── struct40.go │ ├── struct41.go │ ├── struct42.go │ ├── struct43.go │ ├── struct44.go │ ├── struct45.go │ ├── struct46.go │ ├── struct47.go │ ├── struct48.go │ ├── struct49.go │ ├── struct5.go │ ├── struct50.go │ ├── struct51.go │ ├── struct52.go │ ├── struct53.go │ ├── struct54.go │ ├── struct55.go │ ├── struct56.go │ ├── struct57.go │ ├── struct58.go │ ├── struct59.go │ ├── struct6.go │ ├── struct60.go │ ├── struct61.go │ ├── struct62.go │ ├── struct7.go │ ├── struct8.go │ ├── struct9.go │ ├── switch.go │ ├── switch0.go │ ├── switch1.go │ ├── switch10.go │ ├── switch11.go │ ├── switch12.go │ ├── switch13.go │ ├── switch14.go │ ├── switch15.go │ ├── switch16.go │ ├── switch17.go │ ├── switch18.go │ ├── switch19.go │ ├── switch2.go │ ├── switch20.go │ ├── switch21.go │ ├── switch22.go │ ├── switch23.go │ ├── switch24.go │ ├── switch25.go │ ├── switch26.go │ ├── switch27.go │ ├── switch28.go │ ├── switch29.go │ ├── switch3.go │ ├── switch30.go │ ├── switch31.go │ ├── switch32.go │ ├── switch33.go │ ├── switch34.go │ ├── switch35.go │ ├── switch36.go │ ├── switch37.go │ ├── switch38.go │ ├── switch39.go │ ├── switch4.go │ ├── switch40.go │ ├── switch5.go │ ├── switch6.go │ ├── switch7.go │ ├── switch8.go │ ├── switch9.go │ ├── tag0.go │ ├── testdata/ │ │ └── redeclaration-global7/ │ │ └── src/ │ │ └── guthib.com/ │ │ ├── bar/ │ │ │ └── quux.go │ │ ├── baz/ │ │ │ └── quux.go │ │ ├── tata/ │ │ │ └── tutu.go │ │ └── toto/ │ │ └── titi.go │ ├── time0.go │ ├── time1.go │ ├── time10.go │ ├── time11.go │ ├── time12.go │ ├── time13.go │ ├── time14.go │ ├── time15.go │ ├── time16.go │ ├── time2.go │ ├── time3.go │ ├── time4.go │ ├── time5.go │ ├── time6.go │ ├── time7.go │ ├── time8.go │ ├── time9.go │ ├── type0.go │ ├── type1.go │ ├── type10.go │ ├── type11.go │ ├── type12.go │ ├── type13.go │ ├── type14.go │ ├── type15.go │ ├── type16.go │ ├── type17.go │ ├── type18.go │ ├── type19.go │ ├── type2.go │ ├── type20.go │ ├── type21.go │ ├── type22.go │ ├── type23.go │ ├── type24.go │ ├── type25.go │ ├── type26.go │ ├── type27.go │ ├── type28.go │ ├── type29.go │ ├── type3.go │ ├── type30.go │ ├── type31.go │ ├── type32.go │ ├── type33.go │ ├── type34.go │ ├── type4.go │ ├── type5.go │ ├── type6.go │ ├── type7.go │ ├── type8.go │ ├── type9.go │ ├── unsafe0.go │ ├── unsafe1.go │ ├── unsafe10.go │ ├── unsafe2.go │ ├── unsafe3.go │ ├── unsafe4.go │ ├── unsafe5.go │ ├── unsafe6.go │ ├── unsafe7.go │ ├── unsafe8.go │ ├── var.go │ ├── var10.go │ ├── var11.go │ ├── var12.go │ ├── var13.go │ ├── var14.go │ ├── var15.go │ ├── var16.go │ ├── var2.go │ ├── var3.go │ ├── var4.go │ ├── var5.go │ ├── var6.go │ ├── var7.go │ ├── var8.go │ ├── var9.go │ ├── variadic.go │ ├── variadic0.go │ ├── variadic1.go │ ├── variadic10.go │ ├── variadic2.go │ ├── variadic3.go │ ├── variadic4.go │ ├── variadic5.go │ ├── variadic6.go │ ├── variadic7.go │ ├── variadic8.go │ ├── variadic9.go │ └── vars/ │ ├── first.go │ └── second.go ├── cmd/ │ └── yaegi/ │ ├── extract.go │ ├── help.go │ ├── run.go │ ├── test.go │ ├── yaegi.go │ └── yaegi_test.go ├── example/ │ ├── closure/ │ │ ├── _pkg/ │ │ │ └── src/ │ │ │ └── foo/ │ │ │ └── bar/ │ │ │ └── bar.go │ │ └── closure_test.go │ ├── fs/ │ │ └── fs_test.go │ ├── getfunc/ │ │ ├── _gopath/ │ │ │ └── src/ │ │ │ └── github.com/ │ │ │ └── foo/ │ │ │ └── bar/ │ │ │ └── foobar.go │ │ └── getfunc_test.go │ └── pkg/ │ ├── _pkg/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ └── fromage.go │ ├── _pkg0/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── fromage/ │ │ │ ├── cheese/ │ │ │ │ └── cheese.go │ │ │ └── fromage.go │ │ └── pkg.go │ ├── _pkg1/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── fromage/ │ │ │ └── fromage.go │ │ └── pkg.go │ ├── _pkg10/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ └── fromage.go │ ├── _pkg11/ │ │ └── src/ │ │ └── foo/ │ │ ├── foo.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ └── fromage.go │ ├── _pkg12/ │ │ └── src/ │ │ └── guthib.com/ │ │ └── foo/ │ │ ├── main.go │ │ ├── pkg/ │ │ │ └── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── bar/ │ │ └── bar.go │ ├── _pkg13/ │ │ └── src/ │ │ └── guthib.com/ │ │ └── foo/ │ │ └── bar/ │ │ ├── main.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── bat/ │ │ └── baz/ │ │ └── baz.go │ ├── _pkg2/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ ├── fromage.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── cheese/ │ │ └── fromage.go │ ├── _pkg3/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ ├── couteau/ │ │ │ └── couteau.go │ │ ├── fromage.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── cheese/ │ │ └── fromage.go │ ├── _pkg4/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── fromage/ │ │ ├── couteau/ │ │ │ └── couteau.go │ │ ├── fromage.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── cheese/ │ │ ├── cheese.go │ │ └── vin/ │ │ └── vin.go │ ├── _pkg5/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ ├── cheese/ │ │ │ ├── cheese.go │ │ │ └── vin/ │ │ │ └── vin.go │ │ └── fromage/ │ │ ├── couteau/ │ │ │ └── couteau.go │ │ └── fromage.go │ ├── _pkg6/ │ │ └── src/ │ │ ├── github.com/ │ │ │ └── foo/ │ │ │ └── pkg/ │ │ │ ├── pkg.go │ │ │ └── vendor/ │ │ │ └── guthib.com/ │ │ │ └── traefik/ │ │ │ └── fromage/ │ │ │ ├── couteau/ │ │ │ │ └── couteau.go │ │ │ └── fromage.go │ │ └── guthib.com/ │ │ └── traefik/ │ │ └── cheese/ │ │ ├── cheese.go │ │ └── vin/ │ │ └── vin.go │ ├── _pkg7/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── pkg.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── traefik/ │ │ ├── fromage/ │ │ │ └── fromage.go │ │ └── vin/ │ │ ├── vendor/ │ │ │ └── guthib.com/ │ │ │ └── traefik/ │ │ │ └── cheese/ │ │ │ └── cheese.go │ │ └── vin.go │ ├── _pkg8/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── fromage/ │ │ │ └── fromage.go │ │ └── pkg.go │ ├── _pkg9/ │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ └── pkg/ │ │ ├── fromage/ │ │ │ └── fromage.go │ │ ├── pkg.go │ │ └── pkgfalse.go │ └── pkg_test.go ├── extract/ │ ├── extract.go │ ├── extract_test.go │ └── testdata/ │ ├── 1/ │ │ └── src/ │ │ └── guthib.com/ │ │ ├── bar/ │ │ │ └── main.go │ │ └── baz/ │ │ ├── baz.go │ │ └── go.mod │ ├── 2/ │ │ └── src/ │ │ └── guthib.com/ │ │ ├── bar/ │ │ │ └── main.go │ │ └── baz/ │ │ └── baz.go │ ├── 3/ │ │ └── src/ │ │ └── guthib.com/ │ │ ├── bar/ │ │ │ └── main.go │ │ └── baz/ │ │ ├── baz.go │ │ └── go.mod │ ├── 4/ │ │ └── src/ │ │ └── guthib.com/ │ │ └── bar/ │ │ ├── main.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── baz/ │ │ ├── baz.go │ │ └── go.mod │ ├── 5/ │ │ └── src/ │ │ └── guthib.com/ │ │ └── bar/ │ │ ├── main.go │ │ └── vendor/ │ │ └── guthib.com/ │ │ └── baz/ │ │ └── baz.go │ ├── 6/ │ │ └── src/ │ │ └── guthib.com/ │ │ ├── bar/ │ │ │ └── main.go │ │ └── baz-baz/ │ │ ├── baz.go │ │ └── go.mod │ └── 7/ │ └── src/ │ └── guthib.com/ │ └── variadic/ │ ├── go.mod │ └── variadic.go ├── generate.go ├── go.mod ├── install.sh ├── internal/ │ ├── cmd/ │ │ ├── extract/ │ │ │ └── extract.go │ │ └── genop/ │ │ └── genop.go │ └── unsafe2/ │ ├── go1_20_unsafe.go │ ├── go1_21_unsafe.go │ └── unsafe_test.go ├── interp/ │ ├── ast.go │ ├── build.go │ ├── build_test.go │ ├── cfg.go │ ├── compile_test.go │ ├── debugger.go │ ├── doc.go │ ├── dot.go │ ├── example_eval_test.go │ ├── export_test.go │ ├── generic.go │ ├── gta.go │ ├── hooks.go │ ├── interp.go │ ├── interp_chan_test.go │ ├── interp_consistent_test.go │ ├── interp_eval_test.go │ ├── interp_export_test.go │ ├── interp_file_test.go │ ├── interp_issue_1634_test.go │ ├── interp_test.go │ ├── op.go │ ├── program.go │ ├── realfs.go │ ├── run.go │ ├── scope.go │ ├── self_example_test.go │ ├── src.go │ ├── src_test.go │ ├── testdata/ │ │ ├── concurrent/ │ │ │ ├── composite/ │ │ │ │ ├── composite_lit.go │ │ │ │ └── composite_sparse.go │ │ │ ├── hello1.go │ │ │ └── hello2.go │ │ ├── multi/ │ │ │ └── 731/ │ │ │ ├── sample1.go │ │ │ ├── sample2.go │ │ │ └── sample3.go │ │ └── src/ │ │ └── github.com/ │ │ └── foo/ │ │ ├── bar/ │ │ │ └── baz/ │ │ │ └── baz.go │ │ └── vendor/ │ │ └── whatever/ │ │ └── whatever.go │ ├── trace.go │ ├── type.go │ ├── typecheck.go │ ├── typestring.go │ ├── use.go │ └── value.go └── stdlib/ ├── generic/ │ ├── go1_21_cmp.go.txt │ ├── go1_21_generic.go │ ├── go1_21_maps.go.txt │ ├── go1_21_slices.go.txt │ ├── go1_21_sync.go.txt │ ├── go1_21_sync_atomic.go.txt │ ├── go1_22_cmp_cmp.go.txt │ ├── go1_22_generic.go │ ├── go1_22_maps_maps.go.txt │ ├── go1_22_slices_slices.go.txt │ ├── go1_22_slices_sort.go.txt │ ├── go1_22_slices_zsortanyfunc.go.txt │ ├── go1_22_sync_atomic_type.go.txt │ └── go1_22_sync_oncefunc.go.txt ├── go1_21_archive_tar.go ├── go1_21_archive_zip.go ├── go1_21_bufio.go ├── go1_21_bytes.go ├── go1_21_cmp.go ├── go1_21_compress_bzip2.go ├── go1_21_compress_flate.go ├── go1_21_compress_gzip.go ├── go1_21_compress_lzw.go ├── go1_21_compress_zlib.go ├── go1_21_container_heap.go ├── go1_21_container_list.go ├── go1_21_container_ring.go ├── go1_21_context.go ├── go1_21_crypto.go ├── go1_21_crypto_aes.go ├── go1_21_crypto_cipher.go ├── go1_21_crypto_des.go ├── go1_21_crypto_dsa.go ├── go1_21_crypto_ecdh.go ├── go1_21_crypto_ecdsa.go ├── go1_21_crypto_ed25519.go ├── go1_21_crypto_elliptic.go ├── go1_21_crypto_hmac.go ├── go1_21_crypto_md5.go ├── go1_21_crypto_rand.go ├── go1_21_crypto_rc4.go ├── go1_21_crypto_rsa.go ├── go1_21_crypto_sha1.go ├── go1_21_crypto_sha256.go ├── go1_21_crypto_sha512.go ├── go1_21_crypto_subtle.go ├── go1_21_crypto_tls.go ├── go1_21_crypto_x509.go ├── go1_21_crypto_x509_pkix.go ├── go1_21_database_sql.go ├── go1_21_database_sql_driver.go ├── go1_21_debug_buildinfo.go ├── go1_21_debug_dwarf.go ├── go1_21_debug_elf.go ├── go1_21_debug_gosym.go ├── go1_21_debug_macho.go ├── go1_21_debug_pe.go ├── go1_21_debug_plan9obj.go ├── go1_21_encoding.go ├── go1_21_encoding_ascii85.go ├── go1_21_encoding_asn1.go ├── go1_21_encoding_base32.go ├── go1_21_encoding_base64.go ├── go1_21_encoding_binary.go ├── go1_21_encoding_csv.go ├── go1_21_encoding_gob.go ├── go1_21_encoding_hex.go ├── go1_21_encoding_json.go ├── go1_21_encoding_pem.go ├── go1_21_encoding_xml.go ├── go1_21_errors.go ├── go1_21_expvar.go ├── go1_21_flag.go ├── go1_21_fmt.go ├── go1_21_go_ast.go ├── go1_21_go_build.go ├── go1_21_go_build_constraint.go ├── go1_21_go_constant.go ├── go1_21_go_doc.go ├── go1_21_go_doc_comment.go ├── go1_21_go_format.go ├── go1_21_go_importer.go ├── go1_21_go_parser.go ├── go1_21_go_printer.go ├── go1_21_go_scanner.go ├── go1_21_go_token.go ├── go1_21_go_types.go ├── go1_21_hash.go ├── go1_21_hash_adler32.go ├── go1_21_hash_crc32.go ├── go1_21_hash_crc64.go ├── go1_21_hash_fnv.go ├── go1_21_hash_maphash.go ├── go1_21_html.go ├── go1_21_html_template.go ├── go1_21_image.go ├── go1_21_image_color.go ├── go1_21_image_color_palette.go ├── go1_21_image_draw.go ├── go1_21_image_gif.go ├── go1_21_image_jpeg.go ├── go1_21_image_png.go ├── go1_21_index_suffixarray.go ├── go1_21_io.go ├── go1_21_io_fs.go ├── go1_21_io_ioutil.go ├── go1_21_log.go ├── go1_21_log_slog.go ├── go1_21_log_syslog.go ├── go1_21_maps.go ├── go1_21_math.go ├── go1_21_math_big.go ├── go1_21_math_bits.go ├── go1_21_math_cmplx.go ├── go1_21_math_rand.go ├── go1_21_mime.go ├── go1_21_mime_multipart.go ├── go1_21_mime_quotedprintable.go ├── go1_21_net.go ├── go1_21_net_http.go ├── go1_21_net_http_cgi.go ├── go1_21_net_http_cookiejar.go ├── go1_21_net_http_fcgi.go ├── go1_21_net_http_httptest.go ├── go1_21_net_http_httptrace.go ├── go1_21_net_http_httputil.go ├── go1_21_net_http_pprof.go ├── go1_21_net_mail.go ├── go1_21_net_netip.go ├── go1_21_net_rpc.go ├── go1_21_net_rpc_jsonrpc.go ├── go1_21_net_smtp.go ├── go1_21_net_textproto.go ├── go1_21_net_url.go ├── go1_21_os.go ├── go1_21_os_signal.go ├── go1_21_os_user.go ├── go1_21_path.go ├── go1_21_path_filepath.go ├── go1_21_reflect.go ├── go1_21_regexp.go ├── go1_21_regexp_syntax.go ├── go1_21_runtime.go ├── go1_21_runtime_debug.go ├── go1_21_runtime_metrics.go ├── go1_21_runtime_pprof.go ├── go1_21_runtime_trace.go ├── go1_21_slices.go ├── go1_21_sort.go ├── go1_21_strconv.go ├── go1_21_strings.go ├── go1_21_sync.go ├── go1_21_sync_atomic.go ├── go1_21_testing.go ├── go1_21_testing_fstest.go ├── go1_21_testing_iotest.go ├── go1_21_testing_quick.go ├── go1_21_testing_slogtest.go ├── go1_21_text_scanner.go ├── go1_21_text_tabwriter.go ├── go1_21_text_template.go ├── go1_21_text_template_parse.go ├── go1_21_time.go ├── go1_21_unicode.go ├── go1_21_unicode_utf16.go ├── go1_21_unicode_utf8.go ├── go1_22_archive_tar.go ├── go1_22_archive_zip.go ├── go1_22_bufio.go ├── go1_22_bytes.go ├── go1_22_cmp.go ├── go1_22_compress_bzip2.go ├── go1_22_compress_flate.go ├── go1_22_compress_gzip.go ├── go1_22_compress_lzw.go ├── go1_22_compress_zlib.go ├── go1_22_container_heap.go ├── go1_22_container_list.go ├── go1_22_container_ring.go ├── go1_22_context.go ├── go1_22_crypto.go ├── go1_22_crypto_aes.go ├── go1_22_crypto_cipher.go ├── go1_22_crypto_des.go ├── go1_22_crypto_dsa.go ├── go1_22_crypto_ecdh.go ├── go1_22_crypto_ecdsa.go ├── go1_22_crypto_ed25519.go ├── go1_22_crypto_elliptic.go ├── go1_22_crypto_hmac.go ├── go1_22_crypto_md5.go ├── go1_22_crypto_rand.go ├── go1_22_crypto_rc4.go ├── go1_22_crypto_rsa.go ├── go1_22_crypto_sha1.go ├── go1_22_crypto_sha256.go ├── go1_22_crypto_sha512.go ├── go1_22_crypto_subtle.go ├── go1_22_crypto_tls.go ├── go1_22_crypto_x509.go ├── go1_22_crypto_x509_pkix.go ├── go1_22_database_sql.go ├── go1_22_database_sql_driver.go ├── go1_22_debug_buildinfo.go ├── go1_22_debug_dwarf.go ├── go1_22_debug_elf.go ├── go1_22_debug_gosym.go ├── go1_22_debug_macho.go ├── go1_22_debug_pe.go ├── go1_22_debug_plan9obj.go ├── go1_22_encoding.go ├── go1_22_encoding_ascii85.go ├── go1_22_encoding_asn1.go ├── go1_22_encoding_base32.go ├── go1_22_encoding_base64.go ├── go1_22_encoding_binary.go ├── go1_22_encoding_csv.go ├── go1_22_encoding_gob.go ├── go1_22_encoding_hex.go ├── go1_22_encoding_json.go ├── go1_22_encoding_pem.go ├── go1_22_encoding_xml.go ├── go1_22_errors.go ├── go1_22_expvar.go ├── go1_22_flag.go ├── go1_22_fmt.go ├── go1_22_go_ast.go ├── go1_22_go_build.go ├── go1_22_go_build_constraint.go ├── go1_22_go_constant.go ├── go1_22_go_doc.go ├── go1_22_go_doc_comment.go ├── go1_22_go_format.go ├── go1_22_go_importer.go ├── go1_22_go_parser.go ├── go1_22_go_printer.go ├── go1_22_go_scanner.go ├── go1_22_go_token.go ├── go1_22_go_types.go ├── go1_22_go_version.go ├── go1_22_hash.go ├── go1_22_hash_adler32.go ├── go1_22_hash_crc32.go ├── go1_22_hash_crc64.go ├── go1_22_hash_fnv.go ├── go1_22_hash_maphash.go ├── go1_22_html.go ├── go1_22_html_template.go ├── go1_22_image.go ├── go1_22_image_color.go ├── go1_22_image_color_palette.go ├── go1_22_image_draw.go ├── go1_22_image_gif.go ├── go1_22_image_jpeg.go ├── go1_22_image_png.go ├── go1_22_index_suffixarray.go ├── go1_22_io.go ├── go1_22_io_fs.go ├── go1_22_io_ioutil.go ├── go1_22_log.go ├── go1_22_log_slog.go ├── go1_22_log_syslog.go ├── go1_22_maps.go ├── go1_22_math.go ├── go1_22_math_big.go ├── go1_22_math_bits.go ├── go1_22_math_cmplx.go ├── go1_22_math_rand.go ├── go1_22_math_rand_v2.go ├── go1_22_mime.go ├── go1_22_mime_multipart.go ├── go1_22_mime_quotedprintable.go ├── go1_22_net.go ├── go1_22_net_http.go ├── go1_22_net_http_cgi.go ├── go1_22_net_http_cookiejar.go ├── go1_22_net_http_fcgi.go ├── go1_22_net_http_httptest.go ├── go1_22_net_http_httptrace.go ├── go1_22_net_http_httputil.go ├── go1_22_net_http_pprof.go ├── go1_22_net_mail.go ├── go1_22_net_netip.go ├── go1_22_net_rpc.go ├── go1_22_net_rpc_jsonrpc.go ├── go1_22_net_smtp.go ├── go1_22_net_textproto.go ├── go1_22_net_url.go ├── go1_22_os.go ├── go1_22_os_signal.go ├── go1_22_os_user.go ├── go1_22_path.go ├── go1_22_path_filepath.go ├── go1_22_reflect.go ├── go1_22_regexp.go ├── go1_22_regexp_syntax.go ├── go1_22_runtime.go ├── go1_22_runtime_debug.go ├── go1_22_runtime_metrics.go ├── go1_22_runtime_pprof.go ├── go1_22_runtime_trace.go ├── go1_22_slices.go ├── go1_22_sort.go ├── go1_22_strconv.go ├── go1_22_strings.go ├── go1_22_sync.go ├── go1_22_sync_atomic.go ├── go1_22_testing.go ├── go1_22_testing_fstest.go ├── go1_22_testing_iotest.go ├── go1_22_testing_quick.go ├── go1_22_testing_slogtest.go ├── go1_22_text_scanner.go ├── go1_22_text_tabwriter.go ├── go1_22_text_template.go ├── go1_22_text_template_parse.go ├── go1_22_time.go ├── go1_22_unicode.go ├── go1_22_unicode_utf16.go ├── go1_22_unicode_utf8.go ├── maptypes.go ├── restricted.go ├── stdlib-go1.22.go ├── stdlib.go ├── syscall/ │ ├── go1_21_syscall_aix_ppc64.go │ ├── go1_21_syscall_android_386.go │ ├── go1_21_syscall_android_amd64.go │ ├── go1_21_syscall_android_arm.go │ ├── go1_21_syscall_android_arm64.go │ ├── go1_21_syscall_darwin_amd64.go │ ├── go1_21_syscall_darwin_arm64.go │ ├── go1_21_syscall_dragonfly_amd64.go │ ├── go1_21_syscall_freebsd_386.go │ ├── go1_21_syscall_freebsd_amd64.go │ ├── go1_21_syscall_freebsd_arm.go │ ├── go1_21_syscall_freebsd_arm64.go │ ├── go1_21_syscall_freebsd_riscv64.go │ ├── go1_21_syscall_illumos_amd64.go │ ├── go1_21_syscall_ios_amd64.go │ ├── go1_21_syscall_ios_arm64.go │ ├── go1_21_syscall_js_wasm.go │ ├── go1_21_syscall_linux_386.go │ ├── go1_21_syscall_linux_amd64.go │ ├── go1_21_syscall_linux_arm.go │ ├── go1_21_syscall_linux_arm64.go │ ├── go1_21_syscall_linux_loong64.go │ ├── go1_21_syscall_linux_mips.go │ ├── go1_21_syscall_linux_mips64.go │ ├── go1_21_syscall_linux_mips64le.go │ ├── go1_21_syscall_linux_mipsle.go │ ├── go1_21_syscall_linux_ppc64.go │ ├── go1_21_syscall_linux_ppc64le.go │ ├── go1_21_syscall_linux_riscv64.go │ ├── go1_21_syscall_linux_s390x.go │ ├── go1_21_syscall_netbsd_386.go │ ├── go1_21_syscall_netbsd_amd64.go │ ├── go1_21_syscall_netbsd_arm.go │ ├── go1_21_syscall_netbsd_arm64.go │ ├── go1_21_syscall_openbsd_386.go │ ├── go1_21_syscall_openbsd_amd64.go │ ├── go1_21_syscall_openbsd_arm.go │ ├── go1_21_syscall_openbsd_arm64.go │ ├── go1_21_syscall_plan9_386.go │ ├── go1_21_syscall_plan9_amd64.go │ ├── go1_21_syscall_plan9_arm.go │ ├── go1_21_syscall_solaris_amd64.go │ ├── go1_21_syscall_wasip1_wasm.go │ ├── go1_21_syscall_windows_386.go │ ├── go1_21_syscall_windows_amd64.go │ ├── go1_21_syscall_windows_arm.go │ ├── go1_21_syscall_windows_arm64.go │ ├── go1_22_syscall_aix_ppc64.go │ ├── go1_22_syscall_android_386.go │ ├── go1_22_syscall_android_amd64.go │ ├── go1_22_syscall_android_arm.go │ ├── go1_22_syscall_android_arm64.go │ ├── go1_22_syscall_darwin_amd64.go │ ├── go1_22_syscall_darwin_arm64.go │ ├── go1_22_syscall_dragonfly_amd64.go │ ├── go1_22_syscall_freebsd_386.go │ ├── go1_22_syscall_freebsd_amd64.go │ ├── go1_22_syscall_freebsd_arm.go │ ├── go1_22_syscall_freebsd_arm64.go │ ├── go1_22_syscall_freebsd_riscv64.go │ ├── go1_22_syscall_illumos_amd64.go │ ├── go1_22_syscall_ios_amd64.go │ ├── go1_22_syscall_ios_arm64.go │ ├── go1_22_syscall_js_wasm.go │ ├── go1_22_syscall_linux_386.go │ ├── go1_22_syscall_linux_amd64.go │ ├── go1_22_syscall_linux_arm.go │ ├── go1_22_syscall_linux_arm64.go │ ├── go1_22_syscall_linux_loong64.go │ ├── go1_22_syscall_linux_mips.go │ ├── go1_22_syscall_linux_mips64.go │ ├── go1_22_syscall_linux_mips64le.go │ ├── go1_22_syscall_linux_mipsle.go │ ├── go1_22_syscall_linux_ppc64.go │ ├── go1_22_syscall_linux_ppc64le.go │ ├── go1_22_syscall_linux_riscv64.go │ ├── go1_22_syscall_linux_s390x.go │ ├── go1_22_syscall_netbsd_386.go │ ├── go1_22_syscall_netbsd_amd64.go │ ├── go1_22_syscall_netbsd_arm.go │ ├── go1_22_syscall_netbsd_arm64.go │ ├── go1_22_syscall_openbsd_386.go │ ├── go1_22_syscall_openbsd_amd64.go │ ├── go1_22_syscall_openbsd_arm.go │ ├── go1_22_syscall_openbsd_arm64.go │ ├── go1_22_syscall_openbsd_ppc64.go │ ├── go1_22_syscall_plan9_386.go │ ├── go1_22_syscall_plan9_amd64.go │ ├── go1_22_syscall_plan9_arm.go │ ├── go1_22_syscall_solaris_amd64.go │ ├── go1_22_syscall_wasip1_wasm.go │ ├── go1_22_syscall_windows_386.go │ ├── go1_22_syscall_windows_amd64.go │ ├── go1_22_syscall_windows_arm.go │ ├── go1_22_syscall_windows_arm64.go │ └── syscall.go ├── unrestricted/ │ ├── go1_21_syscall_aix_ppc64.go │ ├── go1_21_syscall_android_386.go │ ├── go1_21_syscall_android_amd64.go │ ├── go1_21_syscall_android_arm.go │ ├── go1_21_syscall_android_arm64.go │ ├── go1_21_syscall_darwin_amd64.go │ ├── go1_21_syscall_darwin_arm64.go │ ├── go1_21_syscall_dragonfly_amd64.go │ ├── go1_21_syscall_freebsd_386.go │ ├── go1_21_syscall_freebsd_amd64.go │ ├── go1_21_syscall_freebsd_arm.go │ ├── go1_21_syscall_freebsd_arm64.go │ ├── go1_21_syscall_freebsd_riscv64.go │ ├── go1_21_syscall_illumos_amd64.go │ ├── go1_21_syscall_ios_amd64.go │ ├── go1_21_syscall_ios_arm64.go │ ├── go1_21_syscall_js_wasm.go │ ├── go1_21_syscall_linux_386.go │ ├── go1_21_syscall_linux_amd64.go │ ├── go1_21_syscall_linux_arm.go │ ├── go1_21_syscall_linux_arm64.go │ ├── go1_21_syscall_linux_loong64.go │ ├── go1_21_syscall_linux_mips.go │ ├── go1_21_syscall_linux_mips64.go │ ├── go1_21_syscall_linux_mips64le.go │ ├── go1_21_syscall_linux_mipsle.go │ ├── go1_21_syscall_linux_ppc64.go │ ├── go1_21_syscall_linux_ppc64le.go │ ├── go1_21_syscall_linux_riscv64.go │ ├── go1_21_syscall_linux_s390x.go │ ├── go1_21_syscall_netbsd_386.go │ ├── go1_21_syscall_netbsd_amd64.go │ ├── go1_21_syscall_netbsd_arm.go │ ├── go1_21_syscall_netbsd_arm64.go │ ├── go1_21_syscall_openbsd_386.go │ ├── go1_21_syscall_openbsd_amd64.go │ ├── go1_21_syscall_openbsd_arm.go │ ├── go1_21_syscall_openbsd_arm64.go │ ├── go1_21_syscall_plan9_386.go │ ├── go1_21_syscall_plan9_amd64.go │ ├── go1_21_syscall_plan9_arm.go │ ├── go1_21_syscall_solaris_amd64.go │ ├── go1_21_syscall_wasip1_wasm.go │ ├── go1_21_syscall_windows_386.go │ ├── go1_21_syscall_windows_amd64.go │ ├── go1_21_syscall_windows_arm.go │ ├── go1_21_syscall_windows_arm64.go │ ├── go1_22_syscall_aix_ppc64.go │ ├── go1_22_syscall_android_386.go │ ├── go1_22_syscall_android_amd64.go │ ├── go1_22_syscall_android_arm.go │ ├── go1_22_syscall_android_arm64.go │ ├── go1_22_syscall_darwin_amd64.go │ ├── go1_22_syscall_darwin_arm64.go │ ├── go1_22_syscall_dragonfly_amd64.go │ ├── go1_22_syscall_freebsd_386.go │ ├── go1_22_syscall_freebsd_amd64.go │ ├── go1_22_syscall_freebsd_arm.go │ ├── go1_22_syscall_freebsd_arm64.go │ ├── go1_22_syscall_freebsd_riscv64.go │ ├── go1_22_syscall_illumos_amd64.go │ ├── go1_22_syscall_ios_amd64.go │ ├── go1_22_syscall_ios_arm64.go │ ├── go1_22_syscall_js_wasm.go │ ├── go1_22_syscall_linux_386.go │ ├── go1_22_syscall_linux_amd64.go │ ├── go1_22_syscall_linux_arm.go │ ├── go1_22_syscall_linux_arm64.go │ ├── go1_22_syscall_linux_loong64.go │ ├── go1_22_syscall_linux_mips.go │ ├── go1_22_syscall_linux_mips64.go │ ├── go1_22_syscall_linux_mips64le.go │ ├── go1_22_syscall_linux_mipsle.go │ ├── go1_22_syscall_linux_ppc64.go │ ├── go1_22_syscall_linux_ppc64le.go │ ├── go1_22_syscall_linux_riscv64.go │ ├── go1_22_syscall_linux_s390x.go │ ├── go1_22_syscall_netbsd_386.go │ ├── go1_22_syscall_netbsd_amd64.go │ ├── go1_22_syscall_netbsd_arm.go │ ├── go1_22_syscall_netbsd_arm64.go │ ├── go1_22_syscall_openbsd_386.go │ ├── go1_22_syscall_openbsd_amd64.go │ ├── go1_22_syscall_openbsd_arm.go │ ├── go1_22_syscall_openbsd_arm64.go │ ├── go1_22_syscall_openbsd_ppc64.go │ ├── go1_22_syscall_plan9_386.go │ ├── go1_22_syscall_plan9_amd64.go │ ├── go1_22_syscall_plan9_arm.go │ ├── go1_22_syscall_solaris_amd64.go │ ├── go1_22_syscall_wasip1_wasm.go │ ├── go1_22_syscall_windows_386.go │ ├── go1_22_syscall_windows_amd64.go │ ├── go1_22_syscall_windows_arm.go │ ├── go1_22_syscall_windows_arm64.go │ └── unrestricted.go ├── unsafe/ │ ├── go1_21_unsafe.go │ ├── go1_22_unsafe.go │ └── unsafe.go └── wrapper-composed.go