Preparing report...

Report for github.com/travelaudience/pprofetheus

(v0.0.0-20161130120234-4252102f4c0d)

A    Great!    Found 61 issues across 87 files

Tweet

gofmt96%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo60%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • pprofetheus/internal/obj/arm64/obj7.go
    • Line 591: warning: cyclomatic complexity 41 of function preprocess() is high (> 15) (gocyclo)
    • Line 464: warning: cyclomatic complexity 37 of function xfol() is high (> 15) (gocyclo)
    • Line 304: warning: cyclomatic complexity 27 of function rewriteToUseGot() is high (> 15) (gocyclo)
    • Line 424: warning: cyclomatic complexity 17 of function relinv() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/s390x/objz.go
    • Line 211: warning: cyclomatic complexity 53 of function preprocess() is high (> 15) (gocyclo)
    • Line 860: warning: cyclomatic complexity 35 of function xfol() is high (> 15) (gocyclo)
    • Line 130: warning: cyclomatic complexity 25 of function rewriteToUseGot() is high (> 15) (gocyclo)
    • Line 39: warning: cyclomatic complexity 19 of function progedit() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/x86/asm6.go
    • Line 3262: warning: cyclomatic complexity 214 of function doasm() is high (> 15) (gocyclo)
    • Line 2282: warning: cyclomatic complexity 103 of function oclass() is high (> 15) (gocyclo)
    • Line 2784: warning: cyclomatic complexity 68 of function asmandsz() is high (> 15) (gocyclo)
    • Line 4394: warning: cyclomatic complexity 62 of function asmins() is high (> 15) (gocyclo)
    • Line 1809: warning: cyclomatic complexity 48 of function span6() is high (> 15) (gocyclo)
    • Line 2155: warning: cyclomatic complexity 33 of function prefixof() is high (> 15) (gocyclo)
    • Line 2012: warning: cyclomatic complexity 28 of function instinit() is high (> 15) (gocyclo)
    • Line 4266: warning: cyclomatic complexity 21 of function byteswapreg() is high (> 15) (gocyclo)
    • Line 2608: warning: cyclomatic complexity 16 of function asmidx() is high (> 15) (gocyclo)
    • pprofetheus/internal/pprof/profile/legacy_profile.go
    • Line 684: warning: cyclomatic complexity 29 of function parseContention() is high (> 15) (gocyclo)
    • Line 471: warning: cyclomatic complexity 24 of function parseHeap() is high (> 15) (gocyclo)
    • Line 841: warning: cyclomatic complexity 21 of function parseThread() is high (> 15) (gocyclo)
    • Line 57: warning: cyclomatic complexity 16 of function parseGoCount() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/arm64/asm7.go
    • Line 1796: warning: cyclomatic complexity 230 of function asmout() is high (> 15) (gocyclo)
    • Line 2819: warning: cyclomatic complexity 171 of function oprrr() is high (> 15) (gocyclo)
    • Line 1138: warning: cyclomatic complexity 76 of function cmp() is high (> 15) (gocyclo)
    • Line 1316: warning: cyclomatic complexity 65 of function buildop() is high (> 15) (gocyclo)
    • Line 3342: warning: cyclomatic complexity 56 of function opirr() is high (> 15) (gocyclo)
    • Line 953: warning: cyclomatic complexity 39 of function aclass() is high (> 15) (gocyclo)
    • Line 523: warning: cyclomatic complexity 37 of function span7() is high (> 15) (gocyclo)
    • Line 3833: warning: cyclomatic complexity 21 of function opstore() is high (> 15) (gocyclo)
    • Line 3657: warning: cyclomatic complexity 19 of function opbra() is high (> 15) (gocyclo)
    • Line 3772: warning: cyclomatic complexity 19 of function opload() is high (> 15) (gocyclo)
    • Line 854: warning: cyclomatic complexity 17 of function autoclass() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/arm/asm5.go
    • Line 1480: warning: cyclomatic complexity 220 of function asmout() is high (> 15) (gocyclo)
    • Line 2424: warning: cyclomatic complexity 64 of function oprrr() is high (> 15) (gocyclo)
    • Line 284: warning: cyclomatic complexity 58 of function asmoutnacl() is high (> 15) (gocyclo)
    • Line 552: warning: cyclomatic complexity 53 of function span5() is high (> 15) (gocyclo)
    • Line 973: warning: cyclomatic complexity 53 of function aclass() is high (> 15) (gocyclo)
    • Line 1313: warning: cyclomatic complexity 29 of function buildop() is high (> 15) (gocyclo)
    • Line 1218: warning: cyclomatic complexity 27 of function cmp() is high (> 15) (gocyclo)
    • Line 2584: warning: cyclomatic complexity 23 of function opbra() is high (> 15) (gocyclo)
    • pprofetheus/internal/pprof/driver/driver.go
    • Line 334: warning: cyclomatic complexity 26 of function grabProfile() is high (> 15) (gocyclo)
    • Line 494: warning: cyclomatic complexity 19 of function (*flags).String() is high (> 15) (gocyclo)
    • Line 710: warning: cyclomatic complexity 19 of function processFlags() is high (> 15) (gocyclo)
    • Line 34: warning: cyclomatic complexity 17 of function PProf() is high (> 15) (gocyclo)
    • Line 129: warning: cyclomatic complexity 16 of function adjustURL() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/arm/obj5.go
    • Line 258: warning: cyclomatic complexity 66 of function preprocess() is high (> 15) (gocyclo)
    • Line 902: warning: cyclomatic complexity 45 of function xfol() is high (> 15) (gocyclo)
    • Line 139: warning: cyclomatic complexity 27 of function rewriteToUseGot() is high (> 15) (gocyclo)
    • Line 43: warning: cyclomatic complexity 22 of function progedit() is high (> 15) (gocyclo)
    • Line 862: warning: cyclomatic complexity 17 of function relinv() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/ppc64/asm9.go
    • Line 1548: warning: cyclomatic complexity 262 of function asmout() is high (> 15) (gocyclo)
    • Line 2535: warning: cyclomatic complexity 230 of function oprrr() is high (> 15) (gocyclo)
    • Line 537: warning: cyclomatic complexity 67 of function aclass() is high (> 15) (gocyclo)
    • Line 897: warning: cyclomatic complexity 53 of function buildop() is high (> 15) (gocyclo)
    • Line 3045: warning: cyclomatic complexity 51 of function opirr() is high (> 15) (gocyclo)
    • Line 781: warning: cyclomatic complexity 38 of function cmp() is high (> 15) (gocyclo)
    • Line 410: warning: cyclomatic complexity 26 of function span9() is high (> 15) (gocyclo)
    • Line 3217: warning: cyclomatic complexity 24 of function oploadx() is high (> 15) (gocyclo)
    • Line 3320: warning: cyclomatic complexity 20 of function opstorex() is high (> 15) (gocyclo)
    • Line 3170: warning: cyclomatic complexity 17 of function opload() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/s390x/asmz.go
    • Line 2518: warning: cyclomatic complexity 438 of function asmout() is high (> 15) (gocyclo)
    • Line 765: warning: cyclomatic complexity 62 of function buildop() is high (> 15) (gocyclo)
    • Line 438: warning: cyclomatic complexity 59 of function aclass() is high (> 15) (gocyclo)
    • Line 659: warning: cyclomatic complexity 33 of function cmp() is high (> 15) (gocyclo)
    • Line 598: warning: cyclomatic complexity 21 of function oplook() is high (> 15) (gocyclo)
    • pprofetheus/internal/pprof/profile/profile.go
    • Line 333: warning: cyclomatic complexity 23 of function (*Profile).String() is high (> 15) (gocyclo)
    • Line 228: warning: cyclomatic complexity 21 of function (*Profile).CheckValid() is high (> 15) (gocyclo)
    • Line 290: warning: cyclomatic complexity 20 of function (*Profile).Aggregate() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/mips/obj0.go
    • Line 853: warning: cyclomatic complexity 70 of function markregused() is high (> 15) (gocyclo)
    • Line 123: warning: cyclomatic complexity 63 of function preprocess() is high (> 15) (gocyclo)
    • Line 1341: warning: cyclomatic complexity 40 of function xfol() is high (> 15) (gocyclo)
    • Line 763: warning: cyclomatic complexity 20 of function sched() is high (> 15) (gocyclo)
    • Line 39: warning: cyclomatic complexity 20 of function progedit() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/x86/obj6.go
    • Line 75: warning: cyclomatic complexity 77 of function progedit() is high (> 15) (gocyclo)
    • Line 595: warning: cyclomatic complexity 60 of function preprocess() is high (> 15) (gocyclo)
    • Line 323: warning: cyclomatic complexity 37 of function rewriteToUseGot() is high (> 15) (gocyclo)
    • Line 1215: warning: cyclomatic complexity 33 of function xfol() is high (> 15) (gocyclo)
    • Line 502: warning: cyclomatic complexity 21 of function rewriteToPcrel() is high (> 15) (gocyclo)
    • Line 1175: warning: cyclomatic complexity 17 of function relinv() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/mips/asm0.go
    • Line 992: warning: cyclomatic complexity 95 of function asmout() is high (> 15) (gocyclo)
    • Line 1461: warning: cyclomatic complexity 73 of function oprrr() is high (> 15) (gocyclo)
    • Line 1622: warning: cyclomatic complexity 67 of function opirr() is high (> 15) (gocyclo)
    • Line 456: warning: cyclomatic complexity 58 of function aclass() is high (> 15) (gocyclo)
    • Line 670: warning: cyclomatic complexity 37 of function cmp() is high (> 15) (gocyclo)
    • Line 327: warning: cyclomatic complexity 25 of function span0() is high (> 15) (gocyclo)
    • Line 787: warning: cyclomatic complexity 24 of function buildop() is high (> 15) (gocyclo)
    • pprofetheus/internal/obj/ppc64/obj9.go
    • Line 244: warning: cyclomatic complexity 62 of function preprocess() is high (> 15) (gocyclo)
    • Line 1056: warning: cyclomatic complexity 47 of function xfol() is high (> 15) (gocyclo)
    • Line 124: warning: cyclomatic complexity 27 of function rewriteToUseGot() is high (> 15) (gocyclo)
    • Line 39: warning: cyclomatic complexity 19 of function progedit() is high (> 15) (gocyclo)

golint47%

Golint is a linter for Go source code.

    • pprofetheus/internal/bio/buf.go
    • Line 45: warning: exported method Reader.Seek should have comment or be unexported (golint)
    • Line 57: warning: exported method Writer.Seek should have comment or be unexported (golint)
    • Line 68: warning: exported method Reader.Offset should have comment or be unexported (golint)
    • Line 77: warning: exported method Writer.Offset should have comment or be unexported (golint)
    • Line 88: warning: exported method Reader.Close should have comment or be unexported (golint)
    • Line 92: warning: exported method Writer.Close should have comment or be unexported (golint)
    • pprofetheus/internal/objfile/disasm.go
    • Line 182: warning: don't use underscores in Go names; func disasm_386 should be disasm386 (golint)
    • Line 186: warning: don't use underscores in Go names; func disasm_amd64 should be disasmAmd64 (golint)
    • Line 190: warning: don't use underscores in Go names; func disasm_x86 should be disasmX86 (golint)
    • Line 223: warning: don't use underscores in Go names; func disasm_arm should be disasmArm (golint)
    • pprofetheus/internal/obj/flag.go
    • Line 14: warning: exported function Flagfn2 should have comment or be unexported (golint)
    • Line 16: warning: exported function Flagcount should have comment or be unexported (golint)
    • Line 20: warning: exported function Flagint32 should have comment or be unexported (golint)
    • Line 24: warning: exported function Flagint64 should have comment or be unexported (golint)
    • Line 28: warning: exported function Flagstr should have comment or be unexported (golint)
    • Line 32: warning: exported function Flagfn0 should have comment or be unexported (golint)
    • Line 36: warning: exported function Flagfn1 should have comment or be unexported (golint)
    • Line 40: warning: exported function Flagprint should have comment or be unexported (golint)
    • Line 47: warning: exported function Flagparse should have comment or be unexported (golint)
    • pprofetheus/internal/obj/plist.go
    • Line 13: warning: exported type Plist should have comment or be unexported (golint)
    • Line 20: warning: comment on exported function Linknewplist should be of the form "Linknewplist ..." (golint)
    • Line 34: warning: exported function Flushplist should have comment or be unexported (golint)
    • Line 37: warning: exported function FlushplistNoFree should have comment or be unexported (golint)
    • pprofetheus/internal/obj/x86/obj6.go
    • Line 41: warning: exported function CanUse1InsnTLS should have comment or be unexported (golint)
    • Line 917: warning: don't use underscores in Go names; func indir_cx should be indirCx (golint)
    • Line 935: warning: don't use underscores in Go names; func load_g_cx should be loadGCx (golint)
    • Line 1413: warning: exported var Linkamd64 should have comment or be unexported (golint)
    • Line 1422: warning: exported var Linkamd64p32 should have comment or be unexported (golint)
    • Line 1431: warning: exported var Link386 should have comment or be unexported (golint)
    • pprofetheus/internal/obj/x86/a.out.go
    • Line 38: warning: comment on exported const DONE should be of the form "DONE ..." (golint)
    • Line 40: warning: exported const PRESERVEFLAGS should have comment (or a comment on this block) or be unexported (golint)
    • Line 834: warning: exported const REG_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 838: warning: exported const REG_AL should have comment (or a comment on this block) or be unexported (golint)
    • Line 999: warning: don't use underscores in Go names; const T_64 should be T64 (golint)
    • pprofetheus/internal/obj/s390x/asmz.go
    • Line 44: warning: exported type Optab should have comment or be unexported (golint)
    • Line 50: warning: don't use underscores in Go names; struct field type_ should be type (golint)
    • Line 1301: warning: don't use underscores in Go names; const op_A should be opA (golint)
    • Line 1302: warning: don't use underscores in Go names; const op_AD should be opAD (golint)
    • Line 1303: warning: don't use underscores in Go names; const op_ADB should be opADB (golint)
    • Line 1304: warning: don't use underscores in Go names; const op_ADBR should be opADBR (golint)
    • Line 1305: warning: don't use underscores in Go names; const op_ADR should be opADR (golint)
    • Line 1306: warning: don't use underscores in Go names; const op_ADTR should be opADTR (golint)
    • Line 1307: warning: don't use underscores in Go names; const op_ADTRA should be opADTRA (golint)
    • Line 1308: warning: don't use underscores in Go names; const op_AE should be opAE (golint)
    • Line 1309: warning: don't use underscores in Go names; const op_AEB should be opAEB (golint)
    • Line 1310: warning: don't use underscores in Go names; const op_AEBR should be opAEBR (golint)
    • Line 1311: warning: don't use underscores in Go names; const op_AER should be opAER (golint)
    • Line 1312: warning: don't use underscores in Go names; const op_AFI should be opAFI (golint)
    • Line 1313: warning: don't use underscores in Go names; const op_AG should be opAG (golint)
    • Line 1314: warning: don't use underscores in Go names; const op_AGF should be opAGF (golint)
    • Line 1315: warning: don't use underscores in Go names; const op_AGFI should be opAGFI (golint)
    • Line 1316: warning: don't use underscores in Go names; const op_AGFR should be opAGFR (golint)
    • Line 1317: warning: don't use underscores in Go names; const op_AGHI should be opAGHI (golint)
    • Line 1318: warning: don't use underscores in Go names; const op_AGHIK should be opAGHIK (golint)
    • Line 1319: warning: don't use underscores in Go names; const op_AGR should be opAGR (golint)
    • Line 1320: warning: don't use underscores in Go names; const op_AGRK should be opAGRK (golint)
    • Line 1321: warning: don't use underscores in Go names; const op_AGSI should be opAGSI (golint)
    • Line 1322: warning: don't use underscores in Go names; const op_AH should be opAH (golint)
    • Line 1323: warning: don't use underscores in Go names; const op_AHHHR should be opAHHHR (golint)
    • Line 1324: warning: don't use underscores in Go names; const op_AHHLR should be opAHHLR (golint)
    • Line 1325: warning: don't use underscores in Go names; const op_AHI should be opAHI (golint)
    • Line 1326: warning: don't use underscores in Go names; const op_AHIK should be opAHIK (golint)
    • Line 1327: warning: don't use underscores in Go names; const op_AHY should be opAHY (golint)
    • Line 1328: warning: don't use underscores in Go names; const op_AIH should be opAIH (golint)
    • Line 1329: warning: don't use underscores in Go names; const op_AL should be opAL (golint)
    • Line 1330: warning: don't use underscores in Go names; const op_ALC should be opALC (golint)
    • Line 1331: warning: don't use underscores in Go names; const op_ALCG should be opALCG (golint)
    • Line 1332: warning: don't use underscores in Go names; const op_ALCGR should be opALCGR (golint)
    • Line 1333: warning: don't use underscores in Go names; const op_ALCR should be opALCR (golint)
    • Line 1334: warning: don't use underscores in Go names; const op_ALFI should be opALFI (golint)
    • Line 1335: warning: don't use underscores in Go names; const op_ALG should be opALG (golint)
    • Line 1336: warning: don't use underscores in Go names; const op_ALGF should be opALGF (golint)
    • Line 1337: warning: don't use underscores in Go names; const op_ALGFI should be opALGFI (golint)
    • Line 1338: warning: don't use underscores in Go names; const op_ALGFR should be opALGFR (golint)
    • Line 1339: warning: don't use underscores in Go names; const op_ALGHSIK should be opALGHSIK (golint)
    • Line 1340: warning: don't use underscores in Go names; const op_ALGR should be opALGR (golint)
    • Line 1341: warning: don't use underscores in Go names; const op_ALGRK should be opALGRK (golint)
    • Line 1342: warning: don't use underscores in Go names; const op_ALGSI should be opALGSI (golint)
    • Line 1343: warning: don't use underscores in Go names; const op_ALHHHR should be opALHHHR (golint)
    • Line 1344: warning: don't use underscores in Go names; const op_ALHHLR should be opALHHLR (golint)
    • Line 1345: warning: don't use underscores in Go names; const op_ALHSIK should be opALHSIK (golint)
    • Line 1346: warning: don't use underscores in Go names; const op_ALR should be opALR (golint)
    • Line 1347: warning: don't use underscores in Go names; const op_ALRK should be opALRK (golint)
    • Line 1348: warning: don't use underscores in Go names; const op_ALSI should be opALSI (golint)
    • Line 1349: warning: don't use underscores in Go names; const op_ALSIH should be opALSIH (golint)
    • Line 1350: warning: don't use underscores in Go names; const op_ALSIHN should be opALSIHN (golint)
    • Line 1351: warning: don't use underscores in Go names; const op_ALY should be opALY (golint)
    • Line 1352: warning: don't use underscores in Go names; const op_AP should be opAP (golint)
    • Line 1353: warning: don't use underscores in Go names; const op_AR should be opAR (golint)
    • Line 1354: warning: don't use underscores in Go names; const op_ARK should be opARK (golint)
    • Line 1355: warning: don't use underscores in Go names; const op_ASI should be opASI (golint)
    • Line 1356: warning: don't use underscores in Go names; const op_AU should be opAU (golint)
    • Line 1357: warning: don't use underscores in Go names; const op_AUR should be opAUR (golint)
    • Line 1358: warning: don't use underscores in Go names; const op_AW should be opAW (golint)
    • Line 1359: warning: don't use underscores in Go names; const op_AWR should be opAWR (golint)
    • Line 1360: warning: don't use underscores in Go names; const op_AXBR should be opAXBR (golint)
    • Line 1361: warning: don't use underscores in Go names; const op_AXR should be opAXR (golint)
    • Line 1362: warning: don't use underscores in Go names; const op_AXTR should be opAXTR (golint)
    • Line 1363: warning: don't use underscores in Go names; const op_AXTRA should be opAXTRA (golint)
    • Line 1364: warning: don't use underscores in Go names; const op_AY should be opAY (golint)
    • Line 1365: warning: don't use underscores in Go names; const op_BAKR should be opBAKR (golint)
    • Line 1366: warning: don't use underscores in Go names; const op_BAL should be opBAL (golint)
    • Line 1367: warning: don't use underscores in Go names; const op_BALR should be opBALR (golint)
    • Line 1368: warning: don't use underscores in Go names; const op_BAS should be opBAS (golint)
    • Line 1369: warning: don't use underscores in Go names; const op_BASR should be opBASR (golint)
    • Line 1370: warning: don't use underscores in Go names; const op_BASSM should be opBASSM (golint)
    • Line 1371: warning: don't use underscores in Go names; const op_BC should be opBC (golint)
    • Line 1372: warning: don't use underscores in Go names; const op_BCR should be opBCR (golint)
    • Line 1373: warning: don't use underscores in Go names; const op_BCT should be opBCT (golint)
    • Line 1374: warning: don't use underscores in Go names; const op_BCTG should be opBCTG (golint)
    • Line 1375: warning: don't use underscores in Go names; const op_BCTGR should be opBCTGR (golint)
    • Line 1376: warning: don't use underscores in Go names; const op_BCTR should be opBCTR (golint)
    • Line 1377: warning: don't use underscores in Go names; const op_BPP should be opBPP (golint)
    • Line 1378: warning: don't use underscores in Go names; const op_BPRP should be opBPRP (golint)
    • Line 1379: warning: don't use underscores in Go names; const op_BRAS should be opBRAS (golint)
    • Line 1380: warning: don't use underscores in Go names; const op_BRASL should be opBRASL (golint)
    • Line 1381: warning: don't use underscores in Go names; const op_BRC should be opBRC (golint)
    • Line 1382: warning: don't use underscores in Go names; const op_BRCL should be opBRCL (golint)
    • Line 1383: warning: don't use underscores in Go names; const op_BRCT should be opBRCT (golint)
    • Line 1384: warning: don't use underscores in Go names; const op_BRCTG should be opBRCTG (golint)
    • Line 1385: warning: don't use underscores in Go names; const op_BRCTH should be opBRCTH (golint)
    • Line 1386: warning: don't use underscores in Go names; const op_BRXH should be opBRXH (golint)
    • Line 1387: warning: don't use underscores in Go names; const op_BRXHG should be opBRXHG (golint)
    • Line 1388: warning: don't use underscores in Go names; const op_BRXLE should be opBRXLE (golint)
    • Line 1389: warning: don't use underscores in Go names; const op_BRXLG should be opBRXLG (golint)
    • Line 1390: warning: don't use underscores in Go names; const op_BSA should be opBSA (golint)
    • Line 1391: warning: don't use underscores in Go names; const op_BSG should be opBSG (golint)
    • Line 1392: warning: don't use underscores in Go names; const op_BSM should be opBSM (golint)
    • Line 1393: warning: don't use underscores in Go names; const op_BXH should be opBXH (golint)
    • Line 1394: warning: don't use underscores in Go names; const op_BXHG should be opBXHG (golint)
    • Line 1395: warning: don't use underscores in Go names; const op_BXLE should be opBXLE (golint)
    • Line 1396: warning: don't use underscores in Go names; const op_BXLEG should be opBXLEG (golint)
    • Line 1397: warning: don't use underscores in Go names; const op_C should be opC (golint)
    • Line 1398: warning: don't use underscores in Go names; const op_CD should be opCD (golint)
    • Line 1399: warning: don't use underscores in Go names; const op_CDB should be opCDB (golint)
    • Line 1400: warning: don't use underscores in Go names; const op_CDBR should be opCDBR (golint)
    • Line 1401: warning: don't use underscores in Go names; const op_CDFBR should be opCDFBR (golint)
    • Line 1402: warning: don't use underscores in Go names; const op_CDFBRA should be opCDFBRA (golint)
    • Line 1403: warning: don't use underscores in Go names; const op_CDFR should be opCDFR (golint)
    • Line 1404: warning: don't use underscores in Go names; const op_CDFTR should be opCDFTR (golint)
    • Line 1405: warning: don't use underscores in Go names; const op_CDGBR should be opCDGBR (golint)
    • Line 1406: warning: don't use underscores in Go names; const op_CDGBRA should be opCDGBRA (golint)
    • Line 1407: warning: don't use underscores in Go names; const op_CDGR should be opCDGR (golint)
    • Line 1408: warning: don't use underscores in Go names; const op_CDGTR should be opCDGTR (golint)
    • Line 1409: warning: don't use underscores in Go names; const op_CDGTRA should be opCDGTRA (golint)
    • Line 1410: warning: don't use underscores in Go names; const op_CDLFBR should be opCDLFBR (golint)
    • Line 1411: warning: don't use underscores in Go names; const op_CDLFTR should be opCDLFTR (golint)
    • Line 1412: warning: don't use underscores in Go names; const op_CDLGBR should be opCDLGBR (golint)
    • Line 1413: warning: don't use underscores in Go names; const op_CDLGTR should be opCDLGTR (golint)
    • Line 1414: warning: don't use underscores in Go names; const op_CDR should be opCDR (golint)
    • Line 1415: warning: don't use underscores in Go names; const op_CDS should be opCDS (golint)
    • Line 1416: warning: don't use underscores in Go names; const op_CDSG should be opCDSG (golint)
    • Line 1417: warning: don't use underscores in Go names; const op_CDSTR should be opCDSTR (golint)
    • Line 1418: warning: don't use underscores in Go names; const op_CDSY should be opCDSY (golint)
    • Line 1419: warning: don't use underscores in Go names; const op_CDTR should be opCDTR (golint)
    • Line 1420: warning: don't use underscores in Go names; const op_CDUTR should be opCDUTR (golint)
    • Line 1421: warning: don't use underscores in Go names; const op_CDZT should be opCDZT (golint)
    • Line 1422: warning: don't use underscores in Go names; const op_CE should be opCE (golint)
    • Line 1423: warning: don't use underscores in Go names; const op_CEB should be opCEB (golint)
    • Line 1424: warning: don't use underscores in Go names; const op_CEBR should be opCEBR (golint)
    • Line 1425: warning: don't use underscores in Go names; const op_CEDTR should be opCEDTR (golint)
    • Line 1426: warning: don't use underscores in Go names; const op_CEFBR should be opCEFBR (golint)
    • Line 1427: warning: don't use underscores in Go names; const op_CEFBRA should be opCEFBRA (golint)
    • Line 1428: warning: don't use underscores in Go names; const op_CEFR should be opCEFR (golint)
    • Line 1429: warning: don't use underscores in Go names; const op_CEGBR should be opCEGBR (golint)
    • Line 1430: warning: don't use underscores in Go names; const op_CEGBRA should be opCEGBRA (golint)
    • Line 1431: warning: don't use underscores in Go names; const op_CEGR should be opCEGR (golint)
    • Line 1432: warning: don't use underscores in Go names; const op_CELFBR should be opCELFBR (golint)
    • Line 1433: warning: don't use underscores in Go names; const op_CELGBR should be opCELGBR (golint)
    • Line 1434: warning: don't use underscores in Go names; const op_CER should be opCER (golint)
    • Line 1435: warning: don't use underscores in Go names; const op_CEXTR should be opCEXTR (golint)
    • Line 1436: warning: don't use underscores in Go names; const op_CFC should be opCFC (golint)
    • Line 1437: warning: don't use underscores in Go names; const op_CFDBR should be opCFDBR (golint)
    • Line 1438: warning: don't use underscores in Go names; const op_CFDBRA should be opCFDBRA (golint)
    • Line 1439: warning: don't use underscores in Go names; const op_CFDR should be opCFDR (golint)
    • Line 1440: warning: don't use underscores in Go names; const op_CFDTR should be opCFDTR (golint)
    • Line 1441: warning: don't use underscores in Go names; const op_CFEBR should be opCFEBR (golint)
    • Line 1442: warning: don't use underscores in Go names; const op_CFEBRA should be opCFEBRA (golint)
    • Line 1443: warning: don't use underscores in Go names; const op_CFER should be opCFER (golint)
    • Line 1444: warning: don't use underscores in Go names; const op_CFI should be opCFI (golint)
    • Line 1445: warning: don't use underscores in Go names; const op_CFXBR should be opCFXBR (golint)
    • Line 1446: warning: don't use underscores in Go names; const op_CFXBRA should be opCFXBRA (golint)
    • Line 1447: warning: don't use underscores in Go names; const op_CFXR should be opCFXR (golint)
    • Line 1448: warning: don't use underscores in Go names; const op_CFXTR should be opCFXTR (golint)
    • Line 1449: warning: don't use underscores in Go names; const op_CG should be opCG (golint)
    • Line 1450: warning: don't use underscores in Go names; const op_CGDBR should be opCGDBR (golint)
    • Line 1451: warning: don't use underscores in Go names; const op_CGDBRA should be opCGDBRA (golint)
    • Line 1452: warning: don't use underscores in Go names; const op_CGDR should be opCGDR (golint)
    • Line 1453: warning: don't use underscores in Go names; const op_CGDTR should be opCGDTR (golint)
    • Line 1454: warning: don't use underscores in Go names; const op_CGDTRA should be opCGDTRA (golint)
    • Line 1455: warning: don't use underscores in Go names; const op_CGEBR should be opCGEBR (golint)
    • Line 1456: warning: don't use underscores in Go names; const op_CGEBRA should be opCGEBRA (golint)
    • Line 1457: warning: don't use underscores in Go names; const op_CGER should be opCGER (golint)
    • Line 1458: warning: don't use underscores in Go names; const op_CGF should be opCGF (golint)
    • Line 1459: warning: don't use underscores in Go names; const op_CGFI should be opCGFI (golint)
    • Line 1460: warning: don't use underscores in Go names; const op_CGFR should be opCGFR (golint)
    • Line 1461: warning: don't use underscores in Go names; const op_CGFRL should be opCGFRL (golint)
    • Line 1462: warning: don't use underscores in Go names; const op_CGH should be opCGH (golint)
    • Line 1463: warning: don't use underscores in Go names; const op_CGHI should be opCGHI (golint)
    • Line 1464: warning: don't use underscores in Go names; const op_CGHRL should be opCGHRL (golint)
    • Line 1465: warning: don't use underscores in Go names; const op_CGHSI should be opCGHSI (golint)
    • Line 1466: warning: don't use underscores in Go names; const op_CGIB should be opCGIB (golint)
    • Line 1467: warning: don't use underscores in Go names; const op_CGIJ should be opCGIJ (golint)
    • Line 1468: warning: don't use underscores in Go names; const op_CGIT should be opCGIT (golint)
    • Line 1469: warning: don't use underscores in Go names; const op_CGR should be opCGR (golint)
    • Line 1470: warning: don't use underscores in Go names; const op_CGRB should be opCGRB (golint)
    • Line 1471: warning: don't use underscores in Go names; const op_CGRJ should be opCGRJ (golint)
    • Line 1472: warning: don't use underscores in Go names; const op_CGRL should be opCGRL (golint)
    • Line 1473: warning: don't use underscores in Go names; const op_CGRT should be opCGRT (golint)
    • Line 1474: warning: don't use underscores in Go names; const op_CGXBR should be opCGXBR (golint)
    • Line 1475: warning: don't use underscores in Go names; const op_CGXBRA should be opCGXBRA (golint)
    • Line 1476: warning: don't use underscores in Go names; const op_CGXR should be opCGXR (golint)
    • Line 1477: warning: don't use underscores in Go names; const op_CGXTR should be opCGXTR (golint)
    • Line 1478: warning: don't use underscores in Go names; const op_CGXTRA should be opCGXTRA (golint)
    • Line 1479: warning: don't use underscores in Go names; const op_CH should be opCH (golint)
    • Line 1480: warning: don't use underscores in Go names; const op_CHF should be opCHF (golint)
    • Line 1481: warning: don't use underscores in Go names; const op_CHHR should be opCHHR (golint)
    • Line 1482: warning: don't use underscores in Go names; const op_CHHSI should be opCHHSI (golint)
    • Line 1483: warning: don't use underscores in Go names; const op_CHI should be opCHI (golint)
    • Line 1484: warning: don't use underscores in Go names; const op_CHLR should be opCHLR (golint)
    • Line 1485: warning: don't use underscores in Go names; const op_CHRL should be opCHRL (golint)
    • Line 1486: warning: don't use underscores in Go names; const op_CHSI should be opCHSI (golint)
    • Line 1487: warning: don't use underscores in Go names; const op_CHY should be opCHY (golint)
    • Line 1488: warning: don't use underscores in Go names; const op_CIB should be opCIB (golint)
    • Line 1489: warning: don't use underscores in Go names; const op_CIH should be opCIH (golint)
    • Line 1490: warning: don't use underscores in Go names; const op_CIJ should be opCIJ (golint)
    • Line 1491: warning: don't use underscores in Go names; const op_CIT should be opCIT (golint)
    • Line 1492: warning: don't use underscores in Go names; const op_CKSM should be opCKSM (golint)
    • Line 1493: warning: don't use underscores in Go names; const op_CL should be opCL (golint)
    • Line 1494: warning: don't use underscores in Go names; const op_CLC should be opCLC (golint)
    • Line 1495: warning: don't use underscores in Go names; const op_CLCL should be opCLCL (golint)
    • Line 1496: warning: don't use underscores in Go names; const op_CLCLE should be opCLCLE (golint)
    • Line 1497: warning: don't use underscores in Go names; const op_CLCLU should be opCLCLU (golint)
    • Line 1498: warning: don't use underscores in Go names; const op_CLFDBR should be opCLFDBR (golint)
    • Line 1499: warning: don't use underscores in Go names; const op_CLFDTR should be opCLFDTR (golint)
    • Line 1500: warning: don't use underscores in Go names; const op_CLFEBR should be opCLFEBR (golint)
    • Line 1501: warning: don't use underscores in Go names; const op_CLFHSI should be opCLFHSI (golint)
    • Line 1502: warning: don't use underscores in Go names; const op_CLFI should be opCLFI (golint)
    • Line 1503: warning: don't use underscores in Go names; const op_CLFIT should be opCLFIT (golint)
    • Line 1504: warning: don't use underscores in Go names; const op_CLFXBR should be opCLFXBR (golint)
    • Line 1505: warning: don't use underscores in Go names; const op_CLFXTR should be opCLFXTR (golint)
    • Line 1506: warning: don't use underscores in Go names; const op_CLG should be opCLG (golint)
    • Line 1507: warning: don't use underscores in Go names; const op_CLGDBR should be opCLGDBR (golint)
    • Line 1508: warning: don't use underscores in Go names; const op_CLGDTR should be opCLGDTR (golint)
    • Line 1509: warning: don't use underscores in Go names; const op_CLGEBR should be opCLGEBR (golint)
    • Line 1510: warning: don't use underscores in Go names; const op_CLGF should be opCLGF (golint)
    • Line 1511: warning: don't use underscores in Go names; const op_CLGFI should be opCLGFI (golint)
    • Line 1512: warning: don't use underscores in Go names; const op_CLGFR should be opCLGFR (golint)
    • Line 1513: warning: don't use underscores in Go names; const op_CLGFRL should be opCLGFRL (golint)
    • Line 1514: warning: don't use underscores in Go names; const op_CLGHRL should be opCLGHRL (golint)
    • Line 1515: warning: don't use underscores in Go names; const op_CLGHSI should be opCLGHSI (golint)
    • Line 1516: warning: don't use underscores in Go names; const op_CLGIB should be opCLGIB (golint)
    • Line 1517: warning: don't use underscores in Go names; const op_CLGIJ should be opCLGIJ (golint)
    • Line 1518: warning: don't use underscores in Go names; const op_CLGIT should be opCLGIT (golint)
    • Line 1519: warning: don't use underscores in Go names; const op_CLGR should be opCLGR (golint)
    • Line 1520: warning: don't use underscores in Go names; const op_CLGRB should be opCLGRB (golint)
    • Line 1521: warning: don't use underscores in Go names; const op_CLGRJ should be opCLGRJ (golint)
    • Line 1522: warning: don't use underscores in Go names; const op_CLGRL should be opCLGRL (golint)
    • Line 1523: warning: don't use underscores in Go names; const op_CLGRT should be opCLGRT (golint)
    • Line 1524: warning: don't use underscores in Go names; const op_CLGT should be opCLGT (golint)
    • Line 1525: warning: don't use underscores in Go names; const op_CLGXBR should be opCLGXBR (golint)
    • Line 1526: warning: don't use underscores in Go names; const op_CLGXTR should be opCLGXTR (golint)
    • Line 1527: warning: don't use underscores in Go names; const op_CLHF should be opCLHF (golint)
    • Line 1528: warning: don't use underscores in Go names; const op_CLHHR should be opCLHHR (golint)
    • Line 1529: warning: don't use underscores in Go names; const op_CLHHSI should be opCLHHSI (golint)
    • Line 1530: warning: don't use underscores in Go names; const op_CLHLR should be opCLHLR (golint)
    • Line 1531: warning: don't use underscores in Go names; const op_CLHRL should be opCLHRL (golint)
    • Line 1532: warning: don't use underscores in Go names; const op_CLI should be opCLI (golint)
    • Line 1533: warning: don't use underscores in Go names; const op_CLIB should be opCLIB (golint)
    • Line 1534: warning: don't use underscores in Go names; const op_CLIH should be opCLIH (golint)
    • Line 1535: warning: don't use underscores in Go names; const op_CLIJ should be opCLIJ (golint)
    • Line 1536: warning: don't use underscores in Go names; const op_CLIY should be opCLIY (golint)
    • Line 1537: warning: don't use underscores in Go names; const op_CLM should be opCLM (golint)
    • Line 1538: warning: don't use underscores in Go names; const op_CLMH should be opCLMH (golint)
    • Line 1539: warning: don't use underscores in Go names; const op_CLMY should be opCLMY (golint)
    • Line 1540: warning: don't use underscores in Go names; const op_CLR should be opCLR (golint)
    • Line 1541: warning: don't use underscores in Go names; const op_CLRB should be opCLRB (golint)
    • Line 1542: warning: don't use underscores in Go names; const op_CLRJ should be opCLRJ (golint)
    • Line 1543: warning: don't use underscores in Go names; const op_CLRL should be opCLRL (golint)
    • Line 1544: warning: don't use underscores in Go names; const op_CLRT should be opCLRT (golint)
    • Line 1545: warning: don't use underscores in Go names; const op_CLST should be opCLST (golint)
    • Line 1546: warning: don't use underscores in Go names; const op_CLT should be opCLT (golint)
    • Line 1547: warning: don't use underscores in Go names; const op_CLY should be opCLY (golint)
    • Line 1548: warning: don't use underscores in Go names; const op_CMPSC should be opCMPSC (golint)
    • Line 1549: warning: don't use underscores in Go names; const op_CP should be opCP (golint)
    • Line 1550: warning: don't use underscores in Go names; const op_CPSDR should be opCPSDR (golint)
    • Line 1551: warning: don't use underscores in Go names; const op_CPYA should be opCPYA (golint)
    • Line 1552: warning: don't use underscores in Go names; const op_CR should be opCR (golint)
    • Line 1553: warning: don't use underscores in Go names; const op_CRB should be opCRB (golint)
    • Line 1554: warning: don't use underscores in Go names; const op_CRDTE should be opCRDTE (golint)
    • Line 1555: warning: don't use underscores in Go names; const op_CRJ should be opCRJ (golint)
    • Line 1556: warning: don't use underscores in Go names; const op_CRL should be opCRL (golint)
    • Line 1557: warning: don't use underscores in Go names; const op_CRT should be opCRT (golint)
    • Line 1558: warning: don't use underscores in Go names; const op_CS should be opCS (golint)
    • Line 1559: warning: don't use underscores in Go names; const op_CSCH should be opCSCH (golint)
    • Line 1560: warning: don't use underscores in Go names; const op_CSDTR should be opCSDTR (golint)
    • Line 1561: warning: don't use underscores in Go names; const op_CSG should be opCSG (golint)
    • Line 1562: warning: don't use underscores in Go names; const op_CSP should be opCSP (golint)
    • Line 1563: warning: don't use underscores in Go names; const op_CSPG should be opCSPG (golint)
    • Line 1564: warning: don't use underscores in Go names; const op_CSST should be opCSST (golint)
    • Line 1565: warning: don't use underscores in Go names; const op_CSXTR should be opCSXTR (golint)
    • Line 1566: warning: don't use underscores in Go names; const op_CSY should be opCSY (golint)
    • Line 1567: warning: don't use underscores in Go names; const op_CU12 should be opCU12 (golint)
    • Line 1568: warning: don't use underscores in Go names; const op_CU14 should be opCU14 (golint)
    • Line 1569: warning: don't use underscores in Go names; const op_CU21 should be opCU21 (golint)
    • Line 1570: warning: don't use underscores in Go names; const op_CU24 should be opCU24 (golint)
    • Line 1571: warning: don't use underscores in Go names; const op_CU41 should be opCU41 (golint)
    • Line 1572: warning: don't use underscores in Go names; const op_CU42 should be opCU42 (golint)
    • Line 1573: warning: don't use underscores in Go names; const op_CUDTR should be opCUDTR (golint)
    • Line 1574: warning: don't use underscores in Go names; const op_CUSE should be opCUSE (golint)
    • Line 1575: warning: don't use underscores in Go names; const op_CUTFU should be opCUTFU (golint)
    • Line 1576: warning: don't use underscores in Go names; const op_CUUTF should be opCUUTF (golint)
    • Line 1577: warning: don't use underscores in Go names; const op_CUXTR should be opCUXTR (golint)
    • Line 1578: warning: don't use underscores in Go names; const op_CVB should be opCVB (golint)
    • Line 1579: warning: don't use underscores in Go names; const op_CVBG should be opCVBG (golint)
    • Line 1580: warning: don't use underscores in Go names; const op_CVBY should be opCVBY (golint)
    • Line 1581: warning: don't use underscores in Go names; const op_CVD should be opCVD (golint)
    • Line 1582: warning: don't use underscores in Go names; const op_CVDG should be opCVDG (golint)
    • Line 1583: warning: don't use underscores in Go names; const op_CVDY should be opCVDY (golint)
    • Line 1584: warning: don't use underscores in Go names; const op_CXBR should be opCXBR (golint)
    • Line 1585: warning: don't use underscores in Go names; const op_CXFBR should be opCXFBR (golint)
    • Line 1586: warning: don't use underscores in Go names; const op_CXFBRA should be opCXFBRA (golint)
    • Line 1587: warning: don't use underscores in Go names; const op_CXFR should be opCXFR (golint)
    • Line 1588: warning: don't use underscores in Go names; const op_CXFTR should be opCXFTR (golint)
    • Line 1589: warning: don't use underscores in Go names; const op_CXGBR should be opCXGBR (golint)
    • Line 1590: warning: don't use underscores in Go names; const op_CXGBRA should be opCXGBRA (golint)
    • Line 1591: warning: don't use underscores in Go names; const op_CXGR should be opCXGR (golint)
    • Line 1592: warning: don't use underscores in Go names; const op_CXGTR should be opCXGTR (golint)
    • Line 1593: warning: don't use underscores in Go names; const op_CXGTRA should be opCXGTRA (golint)
    • Line 1594: warning: don't use underscores in Go names; const op_CXLFBR should be opCXLFBR (golint)
    • Line 1595: warning: don't use underscores in Go names; const op_CXLFTR should be opCXLFTR (golint)
    • Line 1596: warning: don't use underscores in Go names; const op_CXLGBR should be opCXLGBR (golint)
    • Line 1597: warning: don't use underscores in Go names; const op_CXLGTR should be opCXLGTR (golint)
    • Line 1598: warning: don't use underscores in Go names; const op_CXR should be opCXR (golint)
    • Line 1599: warning: don't use underscores in Go names; const op_CXSTR should be opCXSTR (golint)
    • Line 1600: warning: don't use underscores in Go names; const op_CXTR should be opCXTR (golint)
    • Line 1601: warning: don't use underscores in Go names; const op_CXUTR should be opCXUTR (golint)
    • Line 1602: warning: don't use underscores in Go names; const op_CXZT should be opCXZT (golint)
    • Line 1603: warning: don't use underscores in Go names; const op_CY should be opCY (golint)
    • Line 1604: warning: don't use underscores in Go names; const op_CZDT should be opCZDT (golint)
    • Line 1605: warning: don't use underscores in Go names; const op_CZXT should be opCZXT (golint)
    • Line 1606: warning: don't use underscores in Go names; const op_D should be opD (golint)
    • Line 1607: warning: don't use underscores in Go names; const op_DD should be opDD (golint)
    • Line 1608: warning: don't use underscores in Go names; const op_DDB should be opDDB (golint)
    • Line 1609: warning: don't use underscores in Go names; const op_DDBR should be opDDBR (golint)
    • Line 1610: warning: don't use underscores in Go names; const op_DDR should be opDDR (golint)
    • Line 1611: warning: don't use underscores in Go names; const op_DDTR should be opDDTR (golint)
    • Line 1612: warning: don't use underscores in Go names; const op_DDTRA should be opDDTRA (golint)
    • Line 1613: warning: don't use underscores in Go names; const op_DE should be opDE (golint)
    • Line 1614: warning: don't use underscores in Go names; const op_DEB should be opDEB (golint)
    • Line 1615: warning: don't use underscores in Go names; const op_DEBR should be opDEBR (golint)
    • Line 1616: warning: don't use underscores in Go names; const op_DER should be opDER (golint)
    • Line 1617: warning: don't use underscores in Go names; const op_DIDBR should be opDIDBR (golint)
    • Line 1618: warning: don't use underscores in Go names; const op_DIEBR should be opDIEBR (golint)
    • Line 1619: warning: don't use underscores in Go names; const op_DL should be opDL (golint)
    • Line 1620: warning: don't use underscores in Go names; const op_DLG should be opDLG (golint)
    • Line 1621: warning: don't use underscores in Go names; const op_DLGR should be opDLGR (golint)
    • Line 1622: warning: don't use underscores in Go names; const op_DLR should be opDLR (golint)
    • Line 1623: warning: don't use underscores in Go names; const op_DP should be opDP (golint)
    • Line 1624: warning: don't use underscores in Go names; const op_DR should be opDR (golint)
    • Line 1625: warning: don't use underscores in Go names; const op_DSG should be opDSG (golint)
    • Line 1626: warning: don't use underscores in Go names; const op_DSGF should be opDSGF (golint)
    • Line 1627: warning: don't use underscores in Go names; const op_DSGFR should be opDSGFR (golint)
    • Line 1628: warning: don't use underscores in Go names; const op_DSGR should be opDSGR (golint)
    • Line 1629: warning: don't use underscores in Go names; const op_DXBR should be opDXBR (golint)
    • Line 1630: warning: don't use underscores in Go names; const op_DXR should be opDXR (golint)
    • Line 1631: warning: don't use underscores in Go names; const op_DXTR should be opDXTR (golint)
    • Line 1632: warning: don't use underscores in Go names; const op_DXTRA should be opDXTRA (golint)
    • Line 1633: warning: don't use underscores in Go names; const op_EAR should be opEAR (golint)
    • Line 1634: warning: don't use underscores in Go names; const op_ECAG should be opECAG (golint)
    • Line 1635: warning: don't use underscores in Go names; const op_ECTG should be opECTG (golint)
    • Line 1636: warning: don't use underscores in Go names; const op_ED should be opED (golint)
    • Line 1637: warning: don't use underscores in Go names; const op_EDMK should be opEDMK (golint)
    • Line 1638: warning: don't use underscores in Go names; const op_EEDTR should be opEEDTR (golint)
    • Line 1639: warning: don't use underscores in Go names; const op_EEXTR should be opEEXTR (golint)
    • Line 1640: warning: don't use underscores in Go names; const op_EFPC should be opEFPC (golint)
    • Line 1641: warning: don't use underscores in Go names; const op_EPAIR should be opEPAIR (golint)
    • Line 1642: warning: don't use underscores in Go names; const op_EPAR should be opEPAR (golint)
    • Line 1643: warning: don't use underscores in Go names; const op_EPSW should be opEPSW (golint)
    • Line 1644: warning: don't use underscores in Go names; const op_EREG should be opEREG (golint)
    • Line 1645: warning: don't use underscores in Go names; const op_EREGG should be opEREGG (golint)
    • Line 1646: warning: don't use underscores in Go names; const op_ESAIR should be opESAIR (golint)
    • Line 1647: warning: don't use underscores in Go names; const op_ESAR should be opESAR (golint)
    • Line 1648: warning: don't use underscores in Go names; const op_ESDTR should be opESDTR (golint)
    • Line 1649: warning: don't use underscores in Go names; const op_ESEA should be opESEA (golint)
    • Line 1650: warning: don't use underscores in Go names; const op_ESTA should be opESTA (golint)
    • Line 1651: warning: don't use underscores in Go names; const op_ESXTR should be opESXTR (golint)
    • Line 1652: warning: don't use underscores in Go names; const op_ETND should be opETND (golint)
    • Line 1653: warning: don't use underscores in Go names; const op_EX should be opEX (golint)
    • Line 1654: warning: don't use underscores in Go names; const op_EXRL should be opEXRL (golint)
    • Line 1655: warning: don't use underscores in Go names; const op_FIDBR should be opFIDBR (golint)
    • Line 1656: warning: don't use underscores in Go names; const op_FIDBRA should be opFIDBRA (golint)
    • Line 1657: warning: don't use underscores in Go names; const op_FIDR should be opFIDR (golint)
    • Line 1658: warning: don't use underscores in Go names; const op_FIDTR should be opFIDTR (golint)
    • Line 1659: warning: don't use underscores in Go names; const op_FIEBR should be opFIEBR (golint)
    • Line 1660: warning: don't use underscores in Go names; const op_FIEBRA should be opFIEBRA (golint)
    • Line 1661: warning: don't use underscores in Go names; const op_FIER should be opFIER (golint)
    • Line 1662: warning: don't use underscores in Go names; const op_FIXBR should be opFIXBR (golint)
    • Line 1663: warning: don't use underscores in Go names; const op_FIXBRA should be opFIXBRA (golint)
    • Line 1664: warning: don't use underscores in Go names; const op_FIXR should be opFIXR (golint)
    • Line 1665: warning: don't use underscores in Go names; const op_FIXTR should be opFIXTR (golint)
    • Line 1666: warning: don't use underscores in Go names; const op_FLOGR should be opFLOGR (golint)
    • Line 1667: warning: don't use underscores in Go names; const op_HDR should be opHDR (golint)
    • Line 1668: warning: don't use underscores in Go names; const op_HER should be opHER (golint)
    • Line 1669: warning: don't use underscores in Go names; const op_HSCH should be opHSCH (golint)
    • Line 1670: warning: don't use underscores in Go names; const op_IAC should be opIAC (golint)
    • Line 1671: warning: don't use underscores in Go names; const op_IC should be opIC (golint)
    • Line 1672: warning: don't use underscores in Go names; const op_ICM should be opICM (golint)
    • Line 1673: warning: don't use underscores in Go names; const op_ICMH should be opICMH (golint)
    • Line 1674: warning: don't use underscores in Go names; const op_ICMY should be opICMY (golint)
    • Line 1675: warning: don't use underscores in Go names; const op_ICY should be opICY (golint)
    • Line 1676: warning: don't use underscores in Go names; const op_IDTE should be opIDTE (golint)
    • Line 1677: warning: don't use underscores in Go names; const op_IEDTR should be opIEDTR (golint)
    • Line 1678: warning: don't use underscores in Go names; const op_IEXTR should be opIEXTR (golint)
    • Line 1679: warning: don't use underscores in Go names; const op_IIHF should be opIIHF (golint)
    • Line 1680: warning: don't use underscores in Go names; const op_IIHH should be opIIHH (golint)
    • Line 1681: warning: don't use underscores in Go names; const op_IIHL should be opIIHL (golint)
    • Line 1682: warning: don't use underscores in Go names; const op_IILF should be opIILF (golint)
    • Line 1683: warning: don't use underscores in Go names; const op_IILH should be opIILH (golint)
    • Line 1684: warning: don't use underscores in Go names; const op_IILL should be opIILL (golint)
    • Line 1685: warning: don't use underscores in Go names; const op_IPK should be opIPK (golint)
    • Line 1686: warning: don't use underscores in Go names; const op_IPM should be opIPM (golint)
    • Line 1687: warning: don't use underscores in Go names; const op_IPTE should be opIPTE (golint)
    • Line 1688: warning: don't use underscores in Go names; const op_ISKE should be opISKE (golint)
    • Line 1689: warning: don't use underscores in Go names; const op_IVSK should be opIVSK (golint)
    • Line 1690: warning: don't use underscores in Go names; const op_KDB should be opKDB (golint)
    • Line 1691: warning: don't use underscores in Go names; const op_KDBR should be opKDBR (golint)
    • Line 1692: warning: don't use underscores in Go names; const op_KDTR should be opKDTR (golint)
    • Line 1693: warning: don't use underscores in Go names; const op_KEB should be opKEB (golint)
    • Line 1694: warning: don't use underscores in Go names; const op_KEBR should be opKEBR (golint)
    • Line 1695: warning: don't use underscores in Go names; const op_KIMD should be opKIMD (golint)
    • Line 1696: warning: don't use underscores in Go names; const op_KLMD should be opKLMD (golint)
    • Line 1697: warning: don't use underscores in Go names; const op_KM should be opKM (golint)
    • Line 1698: warning: don't use underscores in Go names; const op_KMAC should be opKMAC (golint)
    • Line 1699: warning: don't use underscores in Go names; const op_KMC should be opKMC (golint)
    • Line 1700: warning: don't use underscores in Go names; const op_KMCTR should be opKMCTR (golint)
    • Line 1701: warning: don't use underscores in Go names; const op_KMF should be opKMF (golint)
    • Line 1702: warning: don't use underscores in Go names; const op_KMO should be opKMO (golint)
    • Line 1703: warning: don't use underscores in Go names; const op_KXBR should be opKXBR (golint)
    • Line 1704: warning: don't use underscores in Go names; const op_KXTR should be opKXTR (golint)
    • Line 1705: warning: don't use underscores in Go names; const op_L should be opL (golint)
    • Line 1706: warning: don't use underscores in Go names; const op_LA should be opLA (golint)
    • Line 1707: warning: don't use underscores in Go names; const op_LAA should be opLAA (golint)
    • Line 1708: warning: don't use underscores in Go names; const op_LAAG should be opLAAG (golint)
    • Line 1709: warning: don't use underscores in Go names; const op_LAAL should be opLAAL (golint)
    • Line 1710: warning: don't use underscores in Go names; const op_LAALG should be opLAALG (golint)
    • Line 1711: warning: don't use underscores in Go names; const op_LAE should be opLAE (golint)
    • Line 1712: warning: don't use underscores in Go names; const op_LAEY should be opLAEY (golint)
    • Line 1713: warning: don't use underscores in Go names; const op_LAM should be opLAM (golint)
    • Line 1714: warning: don't use underscores in Go names; const op_LAMY should be opLAMY (golint)
    • Line 1715: warning: don't use underscores in Go names; const op_LAN should be opLAN (golint)
    • Line 1716: warning: don't use underscores in Go names; const op_LANG should be opLANG (golint)
    • Line 1717: warning: don't use underscores in Go names; const op_LAO should be opLAO (golint)
    • Line 1718: warning: don't use underscores in Go names; const op_LAOG should be opLAOG (golint)
    • Line 1719: warning: don't use underscores in Go names; const op_LARL should be opLARL (golint)
    • Line 1720: warning: don't use underscores in Go names; const op_LASP should be opLASP (golint)
    • Line 1721: warning: don't use underscores in Go names; const op_LAT should be opLAT (golint)
    • Line 1722: warning: don't use underscores in Go names; const op_LAX should be opLAX (golint)
    • Line 1723: warning: don't use underscores in Go names; const op_LAXG should be opLAXG (golint)
    • Line 1724: warning: don't use underscores in Go names; const op_LAY should be opLAY (golint)
    • Line 1725: warning: don't use underscores in Go names; const op_LB should be opLB (golint)
    • Line 1726: warning: don't use underscores in Go names; const op_LBH should be opLBH (golint)
    • Line 1727: warning: don't use underscores in Go names; const op_LBR should be opLBR (golint)
    • Line 1728: warning: don't use underscores in Go names; const op_LCDBR should be opLCDBR (golint)
    • Line 1729: warning: don't use underscores in Go names; const op_LCDFR should be opLCDFR (golint)
    • Line 1730: warning: don't use underscores in Go names; const op_LCDR should be opLCDR (golint)
    • Line 1731: warning: don't use underscores in Go names; const op_LCEBR should be opLCEBR (golint)
    • Line 1732: warning: don't use underscores in Go names; const op_LCER should be opLCER (golint)
    • Line 1733: warning: don't use underscores in Go names; const op_LCGFR should be opLCGFR (golint)
    • Line 1734: warning: don't use underscores in Go names; const op_LCGR should be opLCGR (golint)
    • Line 1735: warning: don't use underscores in Go names; const op_LCR should be opLCR (golint)
    • Line 1736: warning: don't use underscores in Go names; const op_LCTL should be opLCTL (golint)
    • Line 1737: warning: don't use underscores in Go names; const op_LCTLG should be opLCTLG (golint)
    • Line 1738: warning: don't use underscores in Go names; const op_LCXBR should be opLCXBR (golint)
    • Line 1739: warning: don't use underscores in Go names; const op_LCXR should be opLCXR (golint)
    • Line 1740: warning: don't use underscores in Go names; const op_LD should be opLD (golint)
    • Line 1741: warning: don't use underscores in Go names; const op_LDE should be opLDE (golint)
    • Line 1742: warning: don't use underscores in Go names; const op_LDEB should be opLDEB (golint)
    • Line 1743: warning: don't use underscores in Go names; const op_LDEBR should be opLDEBR (golint)
    • Line 1744: warning: don't use underscores in Go names; const op_LDER should be opLDER (golint)
    • Line 1745: warning: don't use underscores in Go names; const op_LDETR should be opLDETR (golint)
    • Line 1746: warning: don't use underscores in Go names; const op_LDGR should be opLDGR (golint)
    • Line 1747: warning: don't use underscores in Go names; const op_LDR should be opLDR (golint)
    • Line 1748: warning: don't use underscores in Go names; const op_LDXBR should be opLDXBR (golint)
    • Line 1749: warning: don't use underscores in Go names; const op_LDXBRA should be opLDXBRA (golint)
    • Line 1750: warning: don't use underscores in Go names; const op_LDXR should be opLDXR (golint)
    • Line 1751: warning: don't use underscores in Go names; const op_LDXTR should be opLDXTR (golint)
    • Line 1752: warning: don't use underscores in Go names; const op_LDY should be opLDY (golint)
    • Line 1753: warning: don't use underscores in Go names; const op_LE should be opLE (golint)
    • Line 1754: warning: don't use underscores in Go names; const op_LEDBR should be opLEDBR (golint)
    • Line 1755: warning: don't use underscores in Go names; const op_LEDBRA should be opLEDBRA (golint)
    • Line 1756: warning: don't use underscores in Go names; const op_LEDR should be opLEDR (golint)
    • Line 1757: warning: don't use underscores in Go names; const op_LEDTR should be opLEDTR (golint)
    • Line 1758: warning: don't use underscores in Go names; const op_LER should be opLER (golint)
    • Line 1759: warning: don't use underscores in Go names; const op_LEXBR should be opLEXBR (golint)
    • Line 1760: warning: don't use underscores in Go names; const op_LEXBRA should be opLEXBRA (golint)
    • Line 1761: warning: don't use underscores in Go names; const op_LEXR should be opLEXR (golint)
    • Line 1762: warning: don't use underscores in Go names; const op_LEY should be opLEY (golint)
    • Line 1763: warning: don't use underscores in Go names; const op_LFAS should be opLFAS (golint)
    • Line 1764: warning: don't use underscores in Go names; const op_LFH should be opLFH (golint)
    • Line 1765: warning: don't use underscores in Go names; const op_LFHAT should be opLFHAT (golint)
    • Line 1766: warning: don't use underscores in Go names; const op_LFPC should be opLFPC (golint)
    • Line 1767: warning: don't use underscores in Go names; const op_LG should be opLG (golint)
    • Line 1768: warning: don't use underscores in Go names; const op_LGAT should be opLGAT (golint)
    • Line 1769: warning: don't use underscores in Go names; const op_LGB should be opLGB (golint)
    • Line 1770: warning: don't use underscores in Go names; const op_LGBR should be opLGBR (golint)
    • Line 1771: warning: don't use underscores in Go names; const op_LGDR should be opLGDR (golint)
    • Line 1772: warning: don't use underscores in Go names; const op_LGF should be opLGF (golint)
    • Line 1773: warning: don't use underscores in Go names; const op_LGFI should be opLGFI (golint)
    • Line 1774: warning: don't use underscores in Go names; const op_LGFR should be opLGFR (golint)
    • Line 1775: warning: don't use underscores in Go names; const op_LGFRL should be opLGFRL (golint)
    • Line 1776: warning: don't use underscores in Go names; const op_LGH should be opLGH (golint)
    • Line 1777: warning: don't use underscores in Go names; const op_LGHI should be opLGHI (golint)
    • Line 1778: warning: don't use underscores in Go names; const op_LGHR should be opLGHR (golint)
    • Line 1779: warning: don't use underscores in Go names; const op_LGHRL should be opLGHRL (golint)
    • Line 1780: warning: don't use underscores in Go names; const op_LGR should be opLGR (golint)
    • Line 1781: warning: don't use underscores in Go names; const op_LGRL should be opLGRL (golint)
    • Line 1782: warning: don't use underscores in Go names; const op_LH should be opLH (golint)
    • Line 1783: warning: don't use underscores in Go names; const op_LHH should be opLHH (golint)
    • Line 1784: warning: don't use underscores in Go names; const op_LHI should be opLHI (golint)
    • Line 1785: warning: don't use underscores in Go names; const op_LHR should be opLHR (golint)
    • Line 1786: warning: don't use underscores in Go names; const op_LHRL should be opLHRL (golint)
    • Line 1787: warning: don't use underscores in Go names; const op_LHY should be opLHY (golint)
    • Line 1788: warning: don't use underscores in Go names; const op_LLC should be opLLC (golint)
    • Line 1789: warning: don't use underscores in Go names; const op_LLCH should be opLLCH (golint)
    • Line 1790: warning: don't use underscores in Go names; const op_LLCR should be opLLCR (golint)
    • Line 1791: warning: don't use underscores in Go names; const op_LLGC should be opLLGC (golint)
    • Line 1792: warning: don't use underscores in Go names; const op_LLGCR should be opLLGCR (golint)
    • Line 1793: warning: don't use underscores in Go names; const op_LLGF should be opLLGF (golint)
    • Line 1794: warning: don't use underscores in Go names; const op_LLGFAT should be opLLGFAT (golint)
    • Line 1795: warning: don't use underscores in Go names; const op_LLGFR should be opLLGFR (golint)
    • Line 1796: warning: don't use underscores in Go names; const op_LLGFRL should be opLLGFRL (golint)
    • Line 1797: warning: don't use underscores in Go names; const op_LLGH should be opLLGH (golint)
    • Line 1798: warning: don't use underscores in Go names; const op_LLGHR should be opLLGHR (golint)
    • Line 1799: warning: don't use underscores in Go names; const op_LLGHRL should be opLLGHRL (golint)
    • Line 1800: warning: don't use underscores in Go names; const op_LLGT should be opLLGT (golint)
    • Line 1801: warning: don't use underscores in Go names; const op_LLGTAT should be opLLGTAT (golint)
    • Line 1802: warning: don't use underscores in Go names; const op_LLGTR should be opLLGTR (golint)
    • Line 1803: warning: don't use underscores in Go names; const op_LLH should be opLLH (golint)
    • Line 1804: warning: don't use underscores in Go names; const op_LLHH should be opLLHH (golint)
    • Line 1805: warning: don't use underscores in Go names; const op_LLHR should be opLLHR (golint)
    • Line 1806: warning: don't use underscores in Go names; const op_LLHRL should be opLLHRL (golint)
    • Line 1807: warning: don't use underscores in Go names; const op_LLIHF should be opLLIHF (golint)
    • Line 1808: warning: don't use underscores in Go names; const op_LLIHH should be opLLIHH (golint)
    • Line 1809: warning: don't use underscores in Go names; const op_LLIHL should be opLLIHL (golint)
    • Line 1810: warning: don't use underscores in Go names; const op_LLILF should be opLLILF (golint)
    • Line 1811: warning: don't use underscores in Go names; const op_LLILH should be opLLILH (golint)
    • Line 1812: warning: don't use underscores in Go names; const op_LLILL should be opLLILL (golint)
    • Line 1813: warning: don't use underscores in Go names; const op_LM should be opLM (golint)
    • Line 1814: warning: don't use underscores in Go names; const op_LMD should be opLMD (golint)
    • Line 1815: warning: don't use underscores in Go names; const op_LMG should be opLMG (golint)
    • Line 1816: warning: don't use underscores in Go names; const op_LMH should be opLMH (golint)
    • Line 1817: warning: don't use underscores in Go names; const op_LMY should be opLMY (golint)
    • Line 1818: warning: don't use underscores in Go names; const op_LNDBR should be opLNDBR (golint)
    • Line 1819: warning: don't use underscores in Go names; const op_LNDFR should be opLNDFR (golint)
    • Line 1820: warning: don't use underscores in Go names; const op_LNDR should be opLNDR (golint)
    • Line 1821: warning: don't use underscores in Go names; const op_LNEBR should be opLNEBR (golint)
    • Line 1822: warning: don't use underscores in Go names; const op_LNER should be opLNER (golint)
    • Line 1823: warning: don't use underscores in Go names; const op_LNGFR should be opLNGFR (golint)
    • Line 1824: warning: don't use underscores in Go names; const op_LNGR should be opLNGR (golint)
    • Line 1825: warning: don't use underscores in Go names; const op_LNR should be opLNR (golint)
    • Line 1826: warning: don't use underscores in Go names; const op_LNXBR should be opLNXBR (golint)
    • Line 1827: warning: don't use underscores in Go names; const op_LNXR should be opLNXR (golint)
    • Line 1828: warning: don't use underscores in Go names; const op_LOC should be opLOC (golint)
    • Line 1829: warning: don't use underscores in Go names; const op_LOCG should be opLOCG (golint)
    • Line 1830: warning: don't use underscores in Go names; const op_LOCGR should be opLOCGR (golint)
    • Line 1831: warning: don't use underscores in Go names; const op_LOCR should be opLOCR (golint)
    • Line 1832: warning: don't use underscores in Go names; const op_LPD should be opLPD (golint)
    • Line 1833: warning: don't use underscores in Go names; const op_LPDBR should be opLPDBR (golint)
    • Line 1834: warning: don't use underscores in Go names; const op_LPDFR should be opLPDFR (golint)
    • Line 1835: warning: don't use underscores in Go names; const op_LPDG should be opLPDG (golint)
    • Line 1836: warning: don't use underscores in Go names; const op_LPDR should be opLPDR (golint)
    • Line 1837: warning: don't use underscores in Go names; const op_LPEBR should be opLPEBR (golint)
    • Line 1838: warning: don't use underscores in Go names; const op_LPER should be opLPER (golint)
    • Line 1839: warning: don't use underscores in Go names; const op_LPGFR should be opLPGFR (golint)
    • Line 1840: warning: don't use underscores in Go names; const op_LPGR should be opLPGR (golint)
    • Line 1841: warning: don't use underscores in Go names; const op_LPQ should be opLPQ (golint)
    • Line 1842: warning: don't use underscores in Go names; const op_LPR should be opLPR (golint)
    • Line 1843: warning: don't use underscores in Go names; const op_LPSW should be opLPSW (golint)
    • Line 1844: warning: don't use underscores in Go names; const op_LPSWE should be opLPSWE (golint)
    • Line 1845: warning: don't use underscores in Go names; const op_LPTEA should be opLPTEA (golint)
    • Line 1846: warning: don't use underscores in Go names; const op_LPXBR should be opLPXBR (golint)
    • Line 1847: warning: don't use underscores in Go names; const op_LPXR should be opLPXR (golint)
    • Line 1848: warning: don't use underscores in Go names; const op_LR should be opLR (golint)
    • Line 1849: warning: don't use underscores in Go names; const op_LRA should be opLRA (golint)
    • Line 1850: warning: don't use underscores in Go names; const op_LRAG should be opLRAG (golint)
    • Line 1851: warning: don't use underscores in Go names; const op_LRAY should be opLRAY (golint)
    • Line 1852: warning: don't use underscores in Go names; const op_LRDR should be opLRDR (golint)
    • Line 1853: warning: don't use underscores in Go names; const op_LRER should be opLRER (golint)
    • Line 1854: warning: don't use underscores in Go names; const op_LRL should be opLRL (golint)
    • Line 1855: warning: don't use underscores in Go names; const op_LRV should be opLRV (golint)
    • Line 1856: warning: don't use underscores in Go names; const op_LRVG should be opLRVG (golint)
    • Line 1857: warning: don't use underscores in Go names; const op_LRVGR should be opLRVGR (golint)
    • Line 1858: warning: don't use underscores in Go names; const op_LRVH should be opLRVH (golint)
    • Line 1859: warning: don't use underscores in Go names; const op_LRVR should be opLRVR (golint)
    • Line 1860: warning: don't use underscores in Go names; const op_LT should be opLT (golint)
    • Line 1861: warning: don't use underscores in Go names; const op_LTDBR should be opLTDBR (golint)
    • Line 1862: warning: don't use underscores in Go names; const op_LTDR should be opLTDR (golint)
    • Line 1863: warning: don't use underscores in Go names; const op_LTDTR should be opLTDTR (golint)
    • Line 1864: warning: don't use underscores in Go names; const op_LTEBR should be opLTEBR (golint)
    • Line 1865: warning: don't use underscores in Go names; const op_LTER should be opLTER (golint)
    • Line 1866: warning: don't use underscores in Go names; const op_LTG should be opLTG (golint)
    • Line 1867: warning: don't use underscores in Go names; const op_LTGF should be opLTGF (golint)
    • Line 1868: warning: don't use underscores in Go names; const op_LTGFR should be opLTGFR (golint)
    • Line 1869: warning: don't use underscores in Go names; const op_LTGR should be opLTGR (golint)
    • Line 1870: warning: don't use underscores in Go names; const op_LTR should be opLTR (golint)
    • Line 1871: warning: don't use underscores in Go names; const op_LTXBR should be opLTXBR (golint)
    • Line 1872: warning: don't use underscores in Go names; const op_LTXR should be opLTXR (golint)
    • Line 1873: warning: don't use underscores in Go names; const op_LTXTR should be opLTXTR (golint)
    • Line 1874: warning: don't use underscores in Go names; const op_LURA should be opLURA (golint)
    • Line 1875: warning: don't use underscores in Go names; const op_LURAG should be opLURAG (golint)
    • Line 1876: warning: don't use underscores in Go names; const op_LXD should be opLXD (golint)
    • Line 1877: warning: don't use underscores in Go names; const op_LXDB should be opLXDB (golint)
    • Line 1878: warning: don't use underscores in Go names; const op_LXDBR should be opLXDBR (golint)
    • Line 1879: warning: don't use underscores in Go names; const op_LXDR should be opLXDR (golint)
    • Line 1880: warning: don't use underscores in Go names; const op_LXDTR should be opLXDTR (golint)
    • Line 1881: warning: don't use underscores in Go names; const op_LXE should be opLXE (golint)
    • Line 1882: warning: don't use underscores in Go names; const op_LXEB should be opLXEB (golint)
    • Line 1883: warning: don't use underscores in Go names; const op_LXEBR should be opLXEBR (golint)
    • Line 1884: warning: don't use underscores in Go names; const op_LXER should be opLXER (golint)
    • Line 1885: warning: don't use underscores in Go names; const op_LXR should be opLXR (golint)
    • Line 1886: warning: don't use underscores in Go names; const op_LY should be opLY (golint)
    • Line 1887: warning: don't use underscores in Go names; const op_LZDR should be opLZDR (golint)
    • Line 1888: warning: don't use underscores in Go names; const op_LZER should be opLZER (golint)
    • Line 1889: warning: don't use underscores in Go names; const op_LZXR should be opLZXR (golint)
    • Line 1890: warning: don't use underscores in Go names; const op_M should be opM (golint)
    • Line 1891: warning: don't use underscores in Go names; const op_MAD should be opMAD (golint)
    • Line 1892: warning: don't use underscores in Go names; const op_MADB should be opMADB (golint)
    • Line 1893: warning: don't use underscores in Go names; const op_MADBR should be opMADBR (golint)
    • Line 1894: warning: don't use underscores in Go names; const op_MADR should be opMADR (golint)
    • Line 1895: warning: don't use underscores in Go names; const op_MAE should be opMAE (golint)
    • Line 1896: warning: don't use underscores in Go names; const op_MAEB should be opMAEB (golint)
    • Line 1897: warning: don't use underscores in Go names; const op_MAEBR should be opMAEBR (golint)
    • Line 1898: warning: don't use underscores in Go names; const op_MAER should be opMAER (golint)
    • Line 1899: warning: don't use underscores in Go names; const op_MAY should be opMAY (golint)
    • Line 1900: warning: don't use underscores in Go names; const op_MAYH should be opMAYH (golint)
    • Line 1901: warning: don't use underscores in Go names; const op_MAYHR should be opMAYHR (golint)
    • Line 1902: warning: don't use underscores in Go names; const op_MAYL should be opMAYL (golint)
    • Line 1903: warning: don't use underscores in Go names; const op_MAYLR should be opMAYLR (golint)
    • Line 1904: warning: don't use underscores in Go names; const op_MAYR should be opMAYR (golint)
    • Line 1905: warning: don't use underscores in Go names; const op_MC should be opMC (golint)
    • Line 1906: warning: don't use underscores in Go names; const op_MD should be opMD (golint)
    • Line 1907: warning: don't use underscores in Go names; const op_MDB should be opMDB (golint)
    • Line 1908: warning: don't use underscores in Go names; const op_MDBR should be opMDBR (golint)
    • Line 1909: warning: don't use underscores in Go names; const op_MDE should be opMDE (golint)
    • Line 1910: warning: don't use underscores in Go names; const op_MDEB should be opMDEB (golint)
    • Line 1911: warning: don't use underscores in Go names; const op_MDEBR should be opMDEBR (golint)
    • Line 1912: warning: don't use underscores in Go names; const op_MDER should be opMDER (golint)
    • Line 1913: warning: don't use underscores in Go names; const op_MDR should be opMDR (golint)
    • Line 1914: warning: don't use underscores in Go names; const op_MDTR should be opMDTR (golint)
    • Line 1915: warning: don't use underscores in Go names; const op_MDTRA should be opMDTRA (golint)
    • Line 1916: warning: don't use underscores in Go names; const op_ME should be opME (golint)
    • Line 1917: warning: don't use underscores in Go names; const op_MEE should be opMEE (golint)
    • Line 1918: warning: don't use underscores in Go names; const op_MEEB should be opMEEB (golint)
    • Line 1919: warning: don't use underscores in Go names; const op_MEEBR should be opMEEBR (golint)
    • Line 1920: warning: don't use underscores in Go names; const op_MEER should be opMEER (golint)
    • Line 1921: warning: don't use underscores in Go names; const op_MER should be opMER (golint)
    • Line 1922: warning: don't use underscores in Go names; const op_MFY should be opMFY (golint)
    • Line 1923: warning: don't use underscores in Go names; const op_MGHI should be opMGHI (golint)
    • Line 1924: warning: don't use underscores in Go names; const op_MH should be opMH (golint)
    • Line 1925: warning: don't use underscores in Go names; const op_MHI should be opMHI (golint)
    • Line 1926: warning: don't use underscores in Go names; const op_MHY should be opMHY (golint)
    • Line 1927: warning: don't use underscores in Go names; const op_ML should be opML (golint)
    • Line 1928: warning: don't use underscores in Go names; const op_MLG should be opMLG (golint)
    • Line 1929: warning: don't use underscores in Go names; const op_MLGR should be opMLGR (golint)
    • Line 1930: warning: don't use underscores in Go names; const op_MLR should be opMLR (golint)
    • Line 1931: warning: don't use underscores in Go names; const op_MP should be opMP (golint)
    • Line 1932: warning: don't use underscores in Go names; const op_MR should be opMR (golint)
    • Line 1933: warning: don't use underscores in Go names; const op_MS should be opMS (golint)
    • Line 1934: warning: don't use underscores in Go names; const op_MSCH should be opMSCH (golint)
    • Line 1935: warning: don't use underscores in Go names; const op_MSD should be opMSD (golint)
    • Line 1936: warning: don't use underscores in Go names; const op_MSDB should be opMSDB (golint)
    • Line 1937: warning: don't use underscores in Go names; const op_MSDBR should be opMSDBR (golint)
    • Line 1938: warning: don't use underscores in Go names; const op_MSDR should be opMSDR (golint)
    • Line 1939: warning: don't use underscores in Go names; const op_MSE should be opMSE (golint)
    • Line 1940: warning: don't use underscores in Go names; const op_MSEB should be opMSEB (golint)
    • Line 1941: warning: don't use underscores in Go names; const op_MSEBR should be opMSEBR (golint)
    • Line 1942: warning: don't use underscores in Go names; const op_MSER should be opMSER (golint)
    • Line 1943: warning: don't use underscores in Go names; const op_MSFI should be opMSFI (golint)
    • Line 1944: warning: don't use underscores in Go names; const op_MSG should be opMSG (golint)
    • Line 1945: warning: don't use underscores in Go names; const op_MSGF should be opMSGF (golint)
    • Line 1946: warning: don't use underscores in Go names; const op_MSGFI should be opMSGFI (golint)
    • Line 1947: warning: don't use underscores in Go names; const op_MSGFR should be opMSGFR (golint)
    • Line 1948: warning: don't use underscores in Go names; const op_MSGR should be opMSGR (golint)
    • Line 1949: warning: don't use underscores in Go names; const op_MSR should be opMSR (golint)
    • Line 1950: warning: don't use underscores in Go names; const op_MSTA should be opMSTA (golint)
    • Line 1951: warning: don't use underscores in Go names; const op_MSY should be opMSY (golint)
    • Line 1952: warning: don't use underscores in Go names; const op_MVC should be opMVC (golint)
    • Line 1953: warning: don't use underscores in Go names; const op_MVCDK should be opMVCDK (golint)
    • Line 1954: warning: don't use underscores in Go names; const op_MVCIN should be opMVCIN (golint)
    • Line 1955: warning: don't use underscores in Go names; const op_MVCK should be opMVCK (golint)
    • Line 1956: warning: don't use underscores in Go names; const op_MVCL should be opMVCL (golint)
    • Line 1957: warning: don't use underscores in Go names; const op_MVCLE should be opMVCLE (golint)
    • Line 1958: warning: don't use underscores in Go names; const op_MVCLU should be opMVCLU (golint)
    • Line 1959: warning: don't use underscores in Go names; const op_MVCOS should be opMVCOS (golint)
    • Line 1960: warning: don't use underscores in Go names; const op_MVCP should be opMVCP (golint)
    • Line 1961: warning: don't use underscores in Go names; const op_MVCS should be opMVCS (golint)
    • Line 1962: warning: don't use underscores in Go names; const op_MVCSK should be opMVCSK (golint)
    • Line 1963: warning: don't use underscores in Go names; const op_MVGHI should be opMVGHI (golint)
    • Line 1964: warning: don't use underscores in Go names; const op_MVHHI should be opMVHHI (golint)
    • Line 1965: warning: don't use underscores in Go names; const op_MVHI should be opMVHI (golint)
    • Line 1966: warning: don't use underscores in Go names; const op_MVI should be opMVI (golint)
    • Line 1967: warning: don't use underscores in Go names; const op_MVIY should be opMVIY (golint)
    • Line 1968: warning: don't use underscores in Go names; const op_MVN should be opMVN (golint)
    • Line 1969: warning: don't use underscores in Go names; const op_MVO should be opMVO (golint)
    • Line 1970: warning: don't use underscores in Go names; const op_MVPG should be opMVPG (golint)
    • Line 1971: warning: don't use underscores in Go names; const op_MVST should be opMVST (golint)
    • Line 1972: warning: don't use underscores in Go names; const op_MVZ should be opMVZ (golint)
    • Line 1973: warning: don't use underscores in Go names; const op_MXBR should be opMXBR (golint)
    • Line 1974: warning: don't use underscores in Go names; const op_MXD should be opMXD (golint)
    • Line 1975: warning: don't use underscores in Go names; const op_MXDB should be opMXDB (golint)
    • Line 1976: warning: don't use underscores in Go names; const op_MXDBR should be opMXDBR (golint)
    • Line 1977: warning: don't use underscores in Go names; const op_MXDR should be opMXDR (golint)
    • Line 1978: warning: don't use underscores in Go names; const op_MXR should be opMXR (golint)
    • Line 1979: warning: don't use underscores in Go names; const op_MXTR should be opMXTR (golint)
    • Line 1980: warning: don't use underscores in Go names; const op_MXTRA should be opMXTRA (golint)
    • Line 1981: warning: don't use underscores in Go names; const op_MY should be opMY (golint)
    • Line 1982: warning: don't use underscores in Go names; const op_MYH should be opMYH (golint)
    • Line 1983: warning: don't use underscores in Go names; const op_MYHR should be opMYHR (golint)
    • Line 1984: warning: don't use underscores in Go names; const op_MYL should be opMYL (golint)
    • Line 1985: warning: don't use underscores in Go names; const op_MYLR should be opMYLR (golint)
    • Line 1986: warning: don't use underscores in Go names; const op_MYR should be opMYR (golint)
    • Line 1987: warning: don't use underscores in Go names; const op_N should be opN (golint)
    • Line 1988: warning: don't use underscores in Go names; const op_NC should be opNC (golint)
    • Line 1989: warning: don't use underscores in Go names; const op_NG should be opNG (golint)
    • Line 1990: warning: don't use underscores in Go names; const op_NGR should be opNGR (golint)
    • Line 1991: warning: don't use underscores in Go names; const op_NGRK should be opNGRK (golint)
    • Line 1992: warning: don't use underscores in Go names; const op_NI should be opNI (golint)
    • Line 1993: warning: don't use underscores in Go names; const op_NIAI should be opNIAI (golint)
    • Line 1994: warning: don't use underscores in Go names; const op_NIHF should be opNIHF (golint)
    • Line 1995: warning: don't use underscores in Go names; const op_NIHH should be opNIHH (golint)
    • Line 1996: warning: don't use underscores in Go names; const op_NIHL should be opNIHL (golint)
    • Line 1997: warning: don't use underscores in Go names; const op_NILF should be opNILF (golint)
    • Line 1998: warning: don't use underscores in Go names; const op_NILH should be opNILH (golint)
    • Line 1999: warning: don't use underscores in Go names; const op_NILL should be opNILL (golint)
    • Line 2000: warning: don't use underscores in Go names; const op_NIY should be opNIY (golint)
    • Line 2001: warning: don't use underscores in Go names; const op_NR should be opNR (golint)
    • Line 2002: warning: don't use underscores in Go names; const op_NRK should be opNRK (golint)
    • Line 2003: warning: don't use underscores in Go names; const op_NTSTG should be opNTSTG (golint)
    • Line 2004: warning: don't use underscores in Go names; const op_NY should be opNY (golint)
    • Line 2005: warning: don't use underscores in Go names; const op_O should be opO (golint)
    • Line 2006: warning: don't use underscores in Go names; const op_OC should be opOC (golint)
    • Line 2007: warning: don't use underscores in Go names; const op_OG should be opOG (golint)
    • Line 2008: warning: don't use underscores in Go names; const op_OGR should be opOGR (golint)
    • Line 2009: warning: don't use underscores in Go names; const op_OGRK should be opOGRK (golint)
    • Line 2010: warning: don't use underscores in Go names; const op_OI should be opOI (golint)
    • Line 2011: warning: don't use underscores in Go names; const op_OIHF should be opOIHF (golint)
    • Line 2012: warning: don't use underscores in Go names; const op_OIHH should be opOIHH (golint)
    • Line 2013: warning: don't use underscores in Go names; const op_OIHL should be opOIHL (golint)
    • Line 2014: warning: don't use underscores in Go names; const op_OILF should be opOILF (golint)
    • Line 2015: warning: don't use underscores in Go names; const op_OILH should be opOILH (golint)
    • Line 2016: warning: don't use underscores in Go names; const op_OILL should be opOILL (golint)
    • Line 2017: warning: don't use underscores in Go names; const op_OIY should be opOIY (golint)
    • Line 2018: warning: don't use underscores in Go names; const op_OR should be opOR (golint)
    • Line 2019: warning: don't use underscores in Go names; const op_ORK should be opORK (golint)
    • Line 2020: warning: don't use underscores in Go names; const op_OY should be opOY (golint)
    • Line 2021: warning: don't use underscores in Go names; const op_PACK should be opPACK (golint)
    • Line 2022: warning: don't use underscores in Go names; const op_PALB should be opPALB (golint)
    • Line 2023: warning: don't use underscores in Go names; const op_PC should be opPC (golint)
    • Line 2024: warning: don't use underscores in Go names; const op_PCC should be opPCC (golint)
    • Line 2025: warning: don't use underscores in Go names; const op_PCKMO should be opPCKMO (golint)
    • Line 2026: warning: don't use underscores in Go names; const op_PFD should be opPFD (golint)
    • Line 2027: warning: don't use underscores in Go names; const op_PFDRL should be opPFDRL (golint)
    • Line 2028: warning: don't use underscores in Go names; const op_PFMF should be opPFMF (golint)
    • Line 2029: warning: don't use underscores in Go names; const op_PFPO should be opPFPO (golint)
    • Line 2030: warning: don't use underscores in Go names; const op_PGIN should be opPGIN (golint)
    • Line 2031: warning: don't use underscores in Go names; const op_PGOUT should be opPGOUT (golint)
    • Line 2032: warning: don't use underscores in Go names; const op_PKA should be opPKA (golint)
    • Line 2033: warning: don't use underscores in Go names; const op_PKU should be opPKU (golint)
    • Line 2034: warning: don't use underscores in Go names; const op_PLO should be opPLO (golint)
    • Line 2035: warning: don't use underscores in Go names; const op_POPCNT should be opPOPCNT (golint)
    • Line 2036: warning: don't use underscores in Go names; const op_PPA should be opPPA (golint)
    • Line 2037: warning: don't use underscores in Go names; const op_PR should be opPR (golint)
    • Line 2038: warning: don't use underscores in Go names; const op_PT should be opPT (golint)
    • Line 2039: warning: don't use underscores in Go names; const op_PTF should be opPTF (golint)
    • Line 2040: warning: don't use underscores in Go names; const op_PTFF should be opPTFF (golint)
    • Line 2041: warning: don't use underscores in Go names; const op_PTI should be opPTI (golint)
    • Line 2042: warning: don't use underscores in Go names; const op_PTLB should be opPTLB (golint)
    • Line 2043: warning: don't use underscores in Go names; const op_QADTR should be opQADTR (golint)
    • Line 2044: warning: don't use underscores in Go names; const op_QAXTR should be opQAXTR (golint)
    • Line 2045: warning: don't use underscores in Go names; const op_RCHP should be opRCHP (golint)
    • Line 2046: warning: don't use underscores in Go names; const op_RISBG should be opRISBG (golint)
    • Line 2047: warning: don't use underscores in Go names; const op_RISBGN should be opRISBGN (golint)
    • Line 2048: warning: don't use underscores in Go names; const op_RISBHG should be opRISBHG (golint)
    • Line 2049: warning: don't use underscores in Go names; const op_RISBLG should be opRISBLG (golint)
    • Line 2050: warning: don't use underscores in Go names; const op_RLL should be opRLL (golint)
    • Line 2051: warning: don't use underscores in Go names; const op_RLLG should be opRLLG (golint)
    • Line 2052: warning: don't use underscores in Go names; const op_RNSBG should be opRNSBG (golint)
    • Line 2053: warning: don't use underscores in Go names; const op_ROSBG should be opROSBG (golint)
    • Line 2054: warning: don't use underscores in Go names; const op_RP should be opRP (golint)
    • Line 2055: warning: don't use underscores in Go names; const op_RRBE should be opRRBE (golint)
    • Line 2056: warning: don't use underscores in Go names; const op_RRBM should be opRRBM (golint)
    • Line 2057: warning: don't use underscores in Go names; const op_RRDTR should be opRRDTR (golint)
    • Line 2058: warning: don't use underscores in Go names; const op_RRXTR should be opRRXTR (golint)
    • Line 2059: warning: don't use underscores in Go names; const op_RSCH should be opRSCH (golint)
    • Line 2060: warning: don't use underscores in Go names; const op_RXSBG should be opRXSBG (golint)
    • Line 2061: warning: don't use underscores in Go names; const op_S should be opS (golint)
    • Line 2062: warning: don't use underscores in Go names; const op_SAC should be opSAC (golint)
    • Line 2063: warning: don't use underscores in Go names; const op_SACF should be opSACF (golint)
    • Line 2064: warning: don't use underscores in Go names; const op_SAL should be opSAL (golint)
    • Line 2065: warning: don't use underscores in Go names; const op_SAM24 should be opSAM24 (golint)
    • Line 2066: warning: don't use underscores in Go names; const op_SAM31 should be opSAM31 (golint)
    • Line 2067: warning: don't use underscores in Go names; const op_SAM64 should be opSAM64 (golint)
    • Line 2068: warning: don't use underscores in Go names; const op_SAR should be opSAR (golint)
    • Line 2069: warning: don't use underscores in Go names; const op_SCHM should be opSCHM (golint)
    • Line 2070: warning: don't use underscores in Go names; const op_SCK should be opSCK (golint)
    • Line 2071: warning: don't use underscores in Go names; const op_SCKC should be opSCKC (golint)
    • Line 2072: warning: don't use underscores in Go names; const op_SCKPF should be opSCKPF (golint)
    • Line 2073: warning: don't use underscores in Go names; const op_SD should be opSD (golint)
    • Line 2074: warning: don't use underscores in Go names; const op_SDB should be opSDB (golint)
    • Line 2075: warning: don't use underscores in Go names; const op_SDBR should be opSDBR (golint)
    • Line 2076: warning: don't use underscores in Go names; const op_SDR should be opSDR (golint)
    • Line 2077: warning: don't use underscores in Go names; const op_SDTR should be opSDTR (golint)
    • Line 2078: warning: don't use underscores in Go names; const op_SDTRA should be opSDTRA (golint)
    • Line 2079: warning: don't use underscores in Go names; const op_SE should be opSE (golint)
    • Line 2080: warning: don't use underscores in Go names; const op_SEB should be opSEB (golint)
    • Line 2081: warning: don't use underscores in Go names; const op_SEBR should be opSEBR (golint)
    • Line 2082: warning: don't use underscores in Go names; const op_SER should be opSER (golint)
    • Line 2083: warning: don't use underscores in Go names; const op_SFASR should be opSFASR (golint)
    • Line 2084: warning: don't use underscores in Go names; const op_SFPC should be opSFPC (golint)
    • Line 2085: warning: don't use underscores in Go names; const op_SG should be opSG (golint)
    • Line 2086: warning: don't use underscores in Go names; const op_SGF should be opSGF (golint)
    • Line 2087: warning: don't use underscores in Go names; const op_SGFR should be opSGFR (golint)
    • Line 2088: warning: don't use underscores in Go names; const op_SGR should be opSGR (golint)
    • Line 2089: warning: don't use underscores in Go names; const op_SGRK should be opSGRK (golint)
    • Line 2090: warning: don't use underscores in Go names; const op_SH should be opSH (golint)
    • Line 2091: warning: don't use underscores in Go names; const op_SHHHR should be opSHHHR (golint)
    • Line 2092: warning: don't use underscores in Go names; const op_SHHLR should be opSHHLR (golint)
    • Line 2093: warning: don't use underscores in Go names; const op_SHY should be opSHY (golint)
    • Line 2094: warning: don't use underscores in Go names; const op_SIGP should be opSIGP (golint)
    • Line 2095: warning: don't use underscores in Go names; const op_SL should be opSL (golint)
    • Line 2096: warning: don't use underscores in Go names; const op_SLA should be opSLA (golint)
    • Line 2097: warning: don't use underscores in Go names; const op_SLAG should be opSLAG (golint)
    • Line 2098: warning: don't use underscores in Go names; const op_SLAK should be opSLAK (golint)
    • Line 2099: warning: don't use underscores in Go names; const op_SLB should be opSLB (golint)
    • Line 2100: warning: don't use underscores in Go names; const op_SLBG should be opSLBG (golint)
    • Line 2101: warning: don't use underscores in Go names; const op_SLBGR should be opSLBGR (golint)
    • Line 2102: warning: don't use underscores in Go names; const op_SLBR should be opSLBR (golint)
    • Line 2103: warning: don't use underscores in Go names; const op_SLDA should be opSLDA (golint)
    • Line 2104: warning: don't use underscores in Go names; const op_SLDL should be opSLDL (golint)
    • Line 2105: warning: don't use underscores in Go names; const op_SLDT should be opSLDT (golint)
    • Line 2106: warning: don't use underscores in Go names; const op_SLFI should be opSLFI (golint)
    • Line 2107: warning: don't use underscores in Go names; const op_SLG should be opSLG (golint)
    • Line 2108: warning: don't use underscores in Go names; const op_SLGF should be opSLGF (golint)
    • Line 2109: warning: don't use underscores in Go names; const op_SLGFI should be opSLGFI (golint)
    • Line 2110: warning: don't use underscores in Go names; const op_SLGFR should be opSLGFR (golint)
    • Line 2111: warning: don't use underscores in Go names; const op_SLGR should be opSLGR (golint)
    • Line 2112: warning: don't use underscores in Go names; const op_SLGRK should be opSLGRK (golint)
    • Line 2113: warning: don't use underscores in Go names; const op_SLHHHR should be opSLHHHR (golint)
    • Line 2114: warning: don't use underscores in Go names; const op_SLHHLR should be opSLHHLR (golint)
    • Line 2115: warning: don't use underscores in Go names; const op_SLL should be opSLL (golint)
    • Line 2116: warning: don't use underscores in Go names; const op_SLLG should be opSLLG (golint)
    • Line 2117: warning: don't use underscores in Go names; const op_SLLK should be opSLLK (golint)
    • Line 2118: warning: don't use underscores in Go names; const op_SLR should be opSLR (golint)
    • Line 2119: warning: don't use underscores in Go names; const op_SLRK should be opSLRK (golint)
    • Line 2120: warning: don't use underscores in Go names; const op_SLXT should be opSLXT (golint)
    • Line 2121: warning: don't use underscores in Go names; const op_SLY should be opSLY (golint)
    • Line 2122: warning: don't use underscores in Go names; const op_SP should be opSP (golint)
    • Line 2123: warning: don't use underscores in Go names; const op_SPKA should be opSPKA (golint)
    • Line 2124: warning: don't use underscores in Go names; const op_SPM should be opSPM (golint)
    • Line 2125: warning: don't use underscores in Go names; const op_SPT should be opSPT (golint)
    • Line 2126: warning: don't use underscores in Go names; const op_SPX should be opSPX (golint)
    • Line 2127: warning: don't use underscores in Go names; const op_SQD should be opSQD (golint)
    • Line 2128: warning: don't use underscores in Go names; const op_SQDB should be opSQDB (golint)
    • Line 2129: warning: don't use underscores in Go names; const op_SQDBR should be opSQDBR (golint)
    • Line 2130: warning: don't use underscores in Go names; const op_SQDR should be opSQDR (golint)
    • Line 2131: warning: don't use underscores in Go names; const op_SQE should be opSQE (golint)
    • Line 2132: warning: don't use underscores in Go names; const op_SQEB should be opSQEB (golint)
    • Line 2133: warning: don't use underscores in Go names; const op_SQEBR should be opSQEBR (golint)
    • Line 2134: warning: don't use underscores in Go names; const op_SQER should be opSQER (golint)
    • Line 2135: warning: don't use underscores in Go names; const op_SQXBR should be opSQXBR (golint)
    • Line 2136: warning: don't use underscores in Go names; const op_SQXR should be opSQXR (golint)
    • Line 2137: warning: don't use underscores in Go names; const op_SR should be opSR (golint)
    • Line 2138: warning: don't use underscores in Go names; const op_SRA should be opSRA (golint)
    • Line 2139: warning: don't use underscores in Go names; const op_SRAG should be opSRAG (golint)
    • Line 2140: warning: don't use underscores in Go names; const op_SRAK should be opSRAK (golint)
    • Line 2141: warning: don't use underscores in Go names; const op_SRDA should be opSRDA (golint)
    • Line 2142: warning: don't use underscores in Go names; const op_SRDL should be opSRDL (golint)
    • Line 2143: warning: don't use underscores in Go names; const op_SRDT should be opSRDT (golint)
    • Line 2144: warning: don't use underscores in Go names; const op_SRK should be opSRK (golint)
    • Line 2145: warning: don't use underscores in Go names; const op_SRL should be opSRL (golint)
    • Line 2146: warning: don't use underscores in Go names; const op_SRLG should be opSRLG (golint)
    • Line 2147: warning: don't use underscores in Go names; const op_SRLK should be opSRLK (golint)
    • Line 2148: warning: don't use underscores in Go names; const op_SRNM should be opSRNM (golint)
    • Line 2149: warning: don't use underscores in Go names; const op_SRNMB should be opSRNMB (golint)
    • Line 2150: warning: don't use underscores in Go names; const op_SRNMT should be opSRNMT (golint)
    • Line 2151: warning: don't use underscores in Go names; const op_SRP should be opSRP (golint)
    • Line 2152: warning: don't use underscores in Go names; const op_SRST should be opSRST (golint)
    • Line 2153: warning: don't use underscores in Go names; const op_SRSTU should be opSRSTU (golint)
    • Line 2154: warning: don't use underscores in Go names; const op_SRXT should be opSRXT (golint)
    • Line 2155: warning: don't use underscores in Go names; const op_SSAIR should be opSSAIR (golint)
    • Line 2156: warning: don't use underscores in Go names; const op_SSAR should be opSSAR (golint)
    • Line 2157: warning: don't use underscores in Go names; const op_SSCH should be opSSCH (golint)
    • Line 2158: warning: don't use underscores in Go names; const op_SSKE should be opSSKE (golint)
    • Line 2159: warning: don't use underscores in Go names; const op_SSM should be opSSM (golint)
    • Line 2160: warning: don't use underscores in Go names; const op_ST should be opST (golint)
    • Line 2161: warning: don't use underscores in Go names; const op_STAM should be opSTAM (golint)
    • Line 2162: warning: don't use underscores in Go names; const op_STAMY should be opSTAMY (golint)
    • Line 2163: warning: don't use underscores in Go names; const op_STAP should be opSTAP (golint)
    • Line 2164: warning: don't use underscores in Go names; const op_STC should be opSTC (golint)
    • Line 2165: warning: don't use underscores in Go names; const op_STCH should be opSTCH (golint)
    • Line 2166: warning: don't use underscores in Go names; const op_STCK should be opSTCK (golint)
    • Line 2167: warning: don't use underscores in Go names; const op_STCKC should be opSTCKC (golint)
    • Line 2168: warning: don't use underscores in Go names; const op_STCKE should be opSTCKE (golint)
    • Line 2169: warning: don't use underscores in Go names; const op_STCKF should be opSTCKF (golint)
    • Line 2170: warning: don't use underscores in Go names; const op_STCM should be opSTCM (golint)
    • Line 2171: warning: don't use underscores in Go names; const op_STCMH should be opSTCMH (golint)
    • Line 2172: warning: don't use underscores in Go names; const op_STCMY should be opSTCMY (golint)
    • Line 2173: warning: don't use underscores in Go names; const op_STCPS should be opSTCPS (golint)
    • Line 2174: warning: don't use underscores in Go names; const op_STCRW should be opSTCRW (golint)
    • Line 2175: warning: don't use underscores in Go names; const op_STCTG should be opSTCTG (golint)
    • Line 2176: warning: don't use underscores in Go names; const op_STCTL should be opSTCTL (golint)
    • Line 2177: warning: don't use underscores in Go names; const op_STCY should be opSTCY (golint)
    • Line 2178: warning: don't use underscores in Go names; const op_STD should be opSTD (golint)
    • Line 2179: warning: don't use underscores in Go names; const op_STDY should be opSTDY (golint)
    • Line 2180: warning: don't use underscores in Go names; const op_STE should be opSTE (golint)
    • Line 2181: warning: don't use underscores in Go names; const op_STEY should be opSTEY (golint)
    • Line 2182: warning: don't use underscores in Go names; const op_STFH should be opSTFH (golint)
    • Line 2183: warning: don't use underscores in Go names; const op_STFL should be opSTFL (golint)
    • Line 2184: warning: don't use underscores in Go names; const op_STFLE should be opSTFLE (golint)
    • Line 2185: warning: don't use underscores in Go names; const op_STFPC should be opSTFPC (golint)
    • Line 2186: warning: don't use underscores in Go names; const op_STG should be opSTG (golint)
    • Line 2187: warning: don't use underscores in Go names; const op_STGRL should be opSTGRL (golint)
    • Line 2188: warning: don't use underscores in Go names; const op_STH should be opSTH (golint)
    • Line 2189: warning: don't use underscores in Go names; const op_STHH should be opSTHH (golint)
    • Line 2190: warning: don't use underscores in Go names; const op_STHRL should be opSTHRL (golint)
    • Line 2191: warning: don't use underscores in Go names; const op_STHY should be opSTHY (golint)
    • Line 2192: warning: don't use underscores in Go names; const op_STIDP should be opSTIDP (golint)
    • Line 2193: warning: don't use underscores in Go names; const op_STM should be opSTM (golint)
    • Line 2194: warning: don't use underscores in Go names; const op_STMG should be opSTMG (golint)
    • Line 2195: warning: don't use underscores in Go names; const op_STMH should be opSTMH (golint)
    • Line 2196: warning: don't use underscores in Go names; const op_STMY should be opSTMY (golint)
    • Line 2197: warning: don't use underscores in Go names; const op_STNSM should be opSTNSM (golint)
    • Line 2198: warning: don't use underscores in Go names; const op_STOC should be opSTOC (golint)
    • Line 2199: warning: don't use underscores in Go names; const op_STOCG should be opSTOCG (golint)
    • Line 2200: warning: don't use underscores in Go names; const op_STOSM should be opSTOSM (golint)
    • Line 2201: warning: don't use underscores in Go names; const op_STPQ should be opSTPQ (golint)
    • Line 2202: warning: don't use underscores in Go names; const op_STPT should be opSTPT (golint)
    • Line 2203: warning: don't use underscores in Go names; const op_STPX should be opSTPX (golint)
    • Line 2204: warning: don't use underscores in Go names; const op_STRAG should be opSTRAG (golint)
    • Line 2205: warning: don't use underscores in Go names; const op_STRL should be opSTRL (golint)
    • Line 2206: warning: don't use underscores in Go names; const op_STRV should be opSTRV (golint)
    • Line 2207: warning: don't use underscores in Go names; const op_STRVG should be opSTRVG (golint)
    • Line 2208: warning: don't use underscores in Go names; const op_STRVH should be opSTRVH (golint)
    • Line 2209: warning: don't use underscores in Go names; const op_STSCH should be opSTSCH (golint)
    • Line 2210: warning: don't use underscores in Go names; const op_STSI should be opSTSI (golint)
    • Line 2211: warning: don't use underscores in Go names; const op_STURA should be opSTURA (golint)
    • Line 2212: warning: don't use underscores in Go names; const op_STURG should be opSTURG (golint)
    • Line 2213: warning: don't use underscores in Go names; const op_STY should be opSTY (golint)
    • Line 2214: warning: don't use underscores in Go names; const op_SU should be opSU (golint)
    • Line 2215: warning: don't use underscores in Go names; const op_SUR should be opSUR (golint)
    • Line 2216: warning: don't use underscores in Go names; const op_SVC should be opSVC (golint)
    • Line 2217: warning: don't use underscores in Go names; const op_SW should be opSW (golint)
    • Line 2218: warning: don't use underscores in Go names; const op_SWR should be opSWR (golint)
    • Line 2219: warning: don't use underscores in Go names; const op_SXBR should be opSXBR (golint)
    • Line 2220: warning: don't use underscores in Go names; const op_SXR should be opSXR (golint)
    • Line 2221: warning: don't use underscores in Go names; const op_SXTR should be opSXTR (golint)
    • Line 2222: warning: don't use underscores in Go names; const op_SXTRA should be opSXTRA (golint)
    • Line 2223: warning: don't use underscores in Go names; const op_SY should be opSY (golint)
    • Line 2224: warning: don't use underscores in Go names; const op_TABORT should be opTABORT (golint)
    • Line 2225: warning: don't use underscores in Go names; const op_TAM should be opTAM (golint)
    • Line 2226: warning: don't use underscores in Go names; const op_TAR should be opTAR (golint)
    • Line 2227: warning: don't use underscores in Go names; const op_TB should be opTB (golint)
    • Line 2228: warning: don't use underscores in Go names; const op_TBDR should be opTBDR (golint)
    • Line 2229: warning: don't use underscores in Go names; const op_TBEDR should be opTBEDR (golint)
    • Line 2230: warning: don't use underscores in Go names; const op_TBEGIN should be opTBEGIN (golint)
    • Line 2231: warning: don't use underscores in Go names; const op_TBEGINC should be opTBEGINC (golint)
    • Line 2232: warning: don't use underscores in Go names; const op_TCDB should be opTCDB (golint)
    • Line 2233: warning: don't use underscores in Go names; const op_TCEB should be opTCEB (golint)
    • Line 2234: warning: don't use underscores in Go names; const op_TCXB should be opTCXB (golint)
    • Line 2235: warning: don't use underscores in Go names; const op_TDCDT should be opTDCDT (golint)
    • Line 2236: warning: don't use underscores in Go names; const op_TDCET should be opTDCET (golint)
    • Line 2237: warning: don't use underscores in Go names; const op_TDCXT should be opTDCXT (golint)
    • Line 2238: warning: don't use underscores in Go names; const op_TDGDT should be opTDGDT (golint)
    • Line 2239: warning: don't use underscores in Go names; const op_TDGET should be opTDGET (golint)
    • Line 2240: warning: don't use underscores in Go names; const op_TDGXT should be opTDGXT (golint)
    • Line 2241: warning: don't use underscores in Go names; const op_TEND should be opTEND (golint)
    • Line 2242: warning: don't use underscores in Go names; const op_THDER should be opTHDER (golint)
    • Line 2243: warning: don't use underscores in Go names; const op_THDR should be opTHDR (golint)
    • Line 2244: warning: don't use underscores in Go names; const op_TM should be opTM (golint)
    • Line 2245: warning: don't use underscores in Go names; const op_TMH should be opTMH (golint)
    • Line 2246: warning: don't use underscores in Go names; const op_TMHH should be opTMHH (golint)
    • Line 2247: warning: don't use underscores in Go names; const op_TMHL should be opTMHL (golint)
    • Line 2248: warning: don't use underscores in Go names; const op_TML should be opTML (golint)
    • Line 2249: warning: don't use underscores in Go names; const op_TMLH should be opTMLH (golint)
    • Line 2250: warning: don't use underscores in Go names; const op_TMLL should be opTMLL (golint)
    • Line 2251: warning: don't use underscores in Go names; const op_TMY should be opTMY (golint)
    • Line 2252: warning: don't use underscores in Go names; const op_TP should be opTP (golint)
    • Line 2253: warning: don't use underscores in Go names; const op_TPI should be opTPI (golint)
    • Line 2254: warning: don't use underscores in Go names; const op_TPROT should be opTPROT (golint)
    • Line 2255: warning: don't use underscores in Go names; const op_TR should be opTR (golint)
    • Line 2256: warning: don't use underscores in Go names; const op_TRACE should be opTRACE (golint)
    • Line 2257: warning: don't use underscores in Go names; const op_TRACG should be opTRACG (golint)
    • Line 2258: warning: don't use underscores in Go names; const op_TRAP2 should be opTRAP2 (golint)
    • Line 2259: warning: don't use underscores in Go names; const op_TRAP4 should be opTRAP4 (golint)
    • Line 2260: warning: don't use underscores in Go names; const op_TRE should be opTRE (golint)
    • Line 2261: warning: don't use underscores in Go names; const op_TROO should be opTROO (golint)
    • Line 2262: warning: don't use underscores in Go names; const op_TROT should be opTROT (golint)
    • Line 2263: warning: don't use underscores in Go names; const op_TRT should be opTRT (golint)
    • Line 2264: warning: don't use underscores in Go names; const op_TRTE should be opTRTE (golint)
    • Line 2265: warning: don't use underscores in Go names; const op_TRTO should be opTRTO (golint)
    • Line 2266: warning: don't use underscores in Go names; const op_TRTR should be opTRTR (golint)
    • Line 2267: warning: don't use underscores in Go names; const op_TRTRE should be opTRTRE (golint)
    • Line 2268: warning: don't use underscores in Go names; const op_TRTT should be opTRTT (golint)
    • Line 2269: warning: don't use underscores in Go names; const op_TS should be opTS (golint)
    • Line 2270: warning: don't use underscores in Go names; const op_TSCH should be opTSCH (golint)
    • Line 2271: warning: don't use underscores in Go names; const op_UNPK should be opUNPK (golint)
    • Line 2272: warning: don't use underscores in Go names; const op_UNPKA should be opUNPKA (golint)
    • Line 2273: warning: don't use underscores in Go names; const op_UNPKU should be opUNPKU (golint)
    • Line 2274: warning: don't use underscores in Go names; const op_UPT should be opUPT (golint)
    • Line 2275: warning: don't use underscores in Go names; const op_X should be opX (golint)
    • Line 2276: warning: don't use underscores in Go names; const op_XC should be opXC (golint)
    • Line 2277: warning: don't use underscores in Go names; const op_XG should be opXG (golint)
    • Line 2278: warning: don't use underscores in Go names; const op_XGR should be opXGR (golint)
    • Line 2279: warning: don't use underscores in Go names; const op_XGRK should be opXGRK (golint)
    • Line 2280: warning: don't use underscores in Go names; const op_XI should be opXI (golint)
    • Line 2281: warning: don't use underscores in Go names; const op_XIHF should be opXIHF (golint)
    • Line 2282: warning: don't use underscores in Go names; const op_XILF should be opXILF (golint)
    • Line 2283: warning: don't use underscores in Go names; const op_XIY should be opXIY (golint)
    • Line 2284: warning: don't use underscores in Go names; const op_XR should be opXR (golint)
    • Line 2285: warning: don't use underscores in Go names; const op_XRK should be opXRK (golint)
    • Line 2286: warning: don't use underscores in Go names; const op_XSCH should be opXSCH (golint)
    • Line 2287: warning: don't use underscores in Go names; const op_XY should be opXY (golint)
    • Line 2288: warning: don't use underscores in Go names; const op_ZAP should be opZAP (golint)
    • Line 2291: warning: don't use underscores in Go names; const op_CXPT should be opCXPT (golint)
    • Line 2292: warning: don't use underscores in Go names; const op_CDPT should be opCDPT (golint)
    • Line 2293: warning: don't use underscores in Go names; const op_CPXT should be opCPXT (golint)
    • Line 2294: warning: don't use underscores in Go names; const op_CPDT should be opCPDT (golint)
    • Line 2295: warning: don't use underscores in Go names; const op_LZRF should be opLZRF (golint)
    • Line 2296: warning: don't use underscores in Go names; const op_LZRG should be opLZRG (golint)
    • Line 2297: warning: don't use underscores in Go names; const op_LCCB should be opLCCB (golint)
    • Line 2298: warning: don't use underscores in Go names; const op_LOCHHI should be opLOCHHI (golint)
    • Line 2299: warning: don't use underscores in Go names; const op_LOCHI should be opLOCHI (golint)
    • Line 2300: warning: don't use underscores in Go names; const op_LOCGHI should be opLOCGHI (golint)
    • Line 2301: warning: don't use underscores in Go names; const op_LOCFH should be opLOCFH (golint)
    • Line 2302: warning: don't use underscores in Go names; const op_LOCFHR should be opLOCFHR (golint)
    • Line 2303: warning: don't use underscores in Go names; const op_LLZRGF should be opLLZRGF (golint)
    • Line 2304: warning: don't use underscores in Go names; const op_STOCFH should be opSTOCFH (golint)
    • Line 2305: warning: don't use underscores in Go names; const op_VA should be opVA (golint)
    • Line 2306: warning: don't use underscores in Go names; const op_VACC should be opVACC (golint)
    • Line 2307: warning: don't use underscores in Go names; const op_VAC should be opVAC (golint)
    • Line 2308: warning: don't use underscores in Go names; const op_VACCC should be opVACCC (golint)
    • Line 2309: warning: don't use underscores in Go names; const op_VN should be opVN (golint)
    • Line 2310: warning: don't use underscores in Go names; const op_VNC should be opVNC (golint)
    • Line 2311: warning: don't use underscores in Go names; const op_VAVG should be opVAVG (golint)
    • Line 2312: warning: don't use underscores in Go names; const op_VAVGL should be opVAVGL (golint)
    • Line 2313: warning: don't use underscores in Go names; const op_VCKSM should be opVCKSM (golint)
    • Line 2314: warning: don't use underscores in Go names; const op_VCEQ should be opVCEQ (golint)
    • Line 2315: warning: don't use underscores in Go names; const op_VCH should be opVCH (golint)
    • Line 2316: warning: don't use underscores in Go names; const op_VCHL should be opVCHL (golint)
    • Line 2317: warning: don't use underscores in Go names; const op_VCLZ should be opVCLZ (golint)
    • Line 2318: warning: don't use underscores in Go names; const op_VCTZ should be opVCTZ (golint)
    • Line 2319: warning: don't use underscores in Go names; const op_VEC should be opVEC (golint)
    • Line 2320: warning: don't use underscores in Go names; const op_VECL should be opVECL (golint)
    • Line 2321: warning: don't use underscores in Go names; const op_VERIM should be opVERIM (golint)
    • Line 2322: warning: don't use underscores in Go names; const op_VERLL should be opVERLL (golint)
    • Line 2323: warning: don't use underscores in Go names; const op_VERLLV should be opVERLLV (golint)
    • Line 2324: warning: don't use underscores in Go names; const op_VESLV should be opVESLV (golint)
    • Line 2325: warning: don't use underscores in Go names; const op_VESL should be opVESL (golint)
    • Line 2326: warning: don't use underscores in Go names; const op_VESRA should be opVESRA (golint)
    • Line 2327: warning: don't use underscores in Go names; const op_VESRAV should be opVESRAV (golint)
    • Line 2328: warning: don't use underscores in Go names; const op_VESRL should be opVESRL (golint)
    • Line 2329: warning: don't use underscores in Go names; const op_VESRLV should be opVESRLV (golint)
    • Line 2330: warning: don't use underscores in Go names; const op_VX should be opVX (golint)
    • Line 2331: warning: don't use underscores in Go names; const op_VFAE should be opVFAE (golint)
    • Line 2332: warning: don't use underscores in Go names; const op_VFEE should be opVFEE (golint)
    • Line 2333: warning: don't use underscores in Go names; const op_VFENE should be opVFENE (golint)
    • Line 2334: warning: don't use underscores in Go names; const op_VFA should be opVFA (golint)
    • Line 2335: warning: don't use underscores in Go names; const op_WFK should be opWFK (golint)
    • Line 2336: warning: don't use underscores in Go names; const op_VFCE should be opVFCE (golint)
    • Line 2337: warning: don't use underscores in Go names; const op_VFCH should be opVFCH (golint)
    • Line 2338: warning: don't use underscores in Go names; const op_VFCHE should be opVFCHE (golint)
    • Line 2339: warning: don't use underscores in Go names; const op_WFC should be opWFC (golint)
    • Line 2340: warning: don't use underscores in Go names; const op_VCDG should be opVCDG (golint)
    • Line 2341: warning: don't use underscores in Go names; const op_VCDLG should be opVCDLG (golint)
    • Line 2342: warning: don't use underscores in Go names; const op_VCGD should be opVCGD (golint)
    • Line 2343: warning: don't use underscores in Go names; const op_VCLGD should be opVCLGD (golint)
    • Line 2344: warning: don't use underscores in Go names; const op_VFD should be opVFD (golint)
    • Line 2345: warning: don't use underscores in Go names; const op_VLDE should be opVLDE (golint)
    • Line 2346: warning: don't use underscores in Go names; const op_VLED should be opVLED (golint)
    • Line 2347: warning: don't use underscores in Go names; const op_VFM should be opVFM (golint)
    • Line 2348: warning: don't use underscores in Go names; const op_VFMA should be opVFMA (golint)
    • Line 2349: warning: don't use underscores in Go names; const op_VFMS should be opVFMS (golint)
    • Line 2350: warning: don't use underscores in Go names; const op_VFPSO should be opVFPSO (golint)
    • Line 2351: warning: don't use underscores in Go names; const op_VFSQ should be opVFSQ (golint)
    • Line 2352: warning: don't use underscores in Go names; const op_VFS should be opVFS (golint)
    • Line 2353: warning: don't use underscores in Go names; const op_VFTCI should be opVFTCI (golint)
    • Line 2354: warning: don't use underscores in Go names; const op_VGFM should be opVGFM (golint)
    • Line 2355: warning: don't use underscores in Go names; const op_VGFMA should be opVGFMA (golint)
    • Line 2356: warning: don't use underscores in Go names; const op_VGEF should be opVGEF (golint)
    • Line 2357: warning: don't use underscores in Go names; const op_VGEG should be opVGEG (golint)
    • Line 2358: warning: don't use underscores in Go names; const op_VGBM should be opVGBM (golint)
    • Line 2359: warning: don't use underscores in Go names; const op_VGM should be opVGM (golint)
    • Line 2360: warning: don't use underscores in Go names; const op_VISTR should be opVISTR (golint)
    • Line 2361: warning: don't use underscores in Go names; const op_VL should be opVL (golint)
    • Line 2362: warning: don't use underscores in Go names; const op_VLR should be opVLR (golint)
    • Line 2363: warning: don't use underscores in Go names; const op_VLREP should be opVLREP (golint)
    • Line 2364: warning: don't use underscores in Go names; const op_VLC should be opVLC (golint)
    • Line 2365: warning: don't use underscores in Go names; const op_VLEH should be opVLEH (golint)
    • Line 2366: warning: don't use underscores in Go names; const op_VLEF should be opVLEF (golint)
    • Line 2367: warning: don't use underscores in Go names; const op_VLEG should be opVLEG (golint)
    • Line 2368: warning: don't use underscores in Go names; const op_VLEB should be opVLEB (golint)
    • Line 2369: warning: don't use underscores in Go names; const op_VLEIH should be opVLEIH (golint)
    • Line 2370: warning: don't use underscores in Go names; const op_VLEIF should be opVLEIF (golint)
    • Line 2371: warning: don't use underscores in Go names; const op_VLEIG should be opVLEIG (golint)
    • Line 2372: warning: don't use underscores in Go names; const op_VLEIB should be opVLEIB (golint)
    • Line 2373: warning: don't use underscores in Go names; const op_VFI should be opVFI (golint)
    • Line 2374: warning: don't use underscores in Go names; const op_VLGV should be opVLGV (golint)
    • Line 2375: warning: don't use underscores in Go names; const op_VLLEZ should be opVLLEZ (golint)
    • Line 2376: warning: don't use underscores in Go names; const op_VLM should be opVLM (golint)
    • Line 2377: warning: don't use underscores in Go names; const op_VLP should be opVLP (golint)
    • Line 2378: warning: don't use underscores in Go names; const op_VLBB should be opVLBB (golint)
    • Line 2379: warning: don't use underscores in Go names; const op_VLVG should be opVLVG (golint)
    • Line 2380: warning: don't use underscores in Go names; const op_VLVGP should be opVLVGP (golint)
    • Line 2381: warning: don't use underscores in Go names; const op_VLL should be opVLL (golint)
    • Line 2382: warning: don't use underscores in Go names; const op_VMX should be opVMX (golint)
    • Line 2383: warning: don't use underscores in Go names; const op_VMXL should be opVMXL (golint)
    • Line 2384: warning: don't use underscores in Go names; const op_VMRH should be opVMRH (golint)
    • Line 2385: warning: don't use underscores in Go names; const op_VMRL should be opVMRL (golint)
    • Line 2386: warning: don't use underscores in Go names; const op_VMN should be opVMN (golint)
    • Line 2387: warning: don't use underscores in Go names; const op_VMNL should be opVMNL (golint)
    • Line 2388: warning: don't use underscores in Go names; const op_VMAE should be opVMAE (golint)
    • Line 2389: warning: don't use underscores in Go names; const op_VMAH should be opVMAH (golint)
    • Line 2390: warning: don't use underscores in Go names; const op_VMALE should be opVMALE (golint)
    • Line 2391: warning: don't use underscores in Go names; const op_VMALH should be opVMALH (golint)
    • Line 2392: warning: don't use underscores in Go names; const op_VMALO should be opVMALO (golint)
    • Line 2393: warning: don't use underscores in Go names; const op_VMAL should be opVMAL (golint)
    • Line 2394: warning: don't use underscores in Go names; const op_VMAO should be opVMAO (golint)
    • Line 2395: warning: don't use underscores in Go names; const op_VME should be opVME (golint)
    • Line 2396: warning: don't use underscores in Go names; const op_VMH should be opVMH (golint)
    • Line 2397: warning: don't use underscores in Go names; const op_VMLE should be opVMLE (golint)
    • Line 2398: warning: don't use underscores in Go names; const op_VMLH should be opVMLH (golint)
    • Line 2399: warning: don't use underscores in Go names; const op_VMLO should be opVMLO (golint)
    • Line 2400: warning: don't use underscores in Go names; const op_VML should be opVML (golint)
    • Line 2401: warning: don't use underscores in Go names; const op_VMO should be opVMO (golint)
    • Line 2402: warning: don't use underscores in Go names; const op_VNO should be opVNO (golint)
    • Line 2403: warning: don't use underscores in Go names; const op_VO should be opVO (golint)
    • Line 2404: warning: don't use underscores in Go names; const op_VPK should be opVPK (golint)
    • Line 2405: warning: don't use underscores in Go names; const op_VPKLS should be opVPKLS (golint)
    • Line 2406: warning: don't use underscores in Go names; const op_VPKS should be opVPKS (golint)
    • Line 2407: warning: don't use underscores in Go names; const op_VPERM should be opVPERM (golint)
    • Line 2408: warning: don't use underscores in Go names; const op_VPDI should be opVPDI (golint)
    • Line 2409: warning: don't use underscores in Go names; const op_VPOPCT should be opVPOPCT (golint)
    • Line 2410: warning: don't use underscores in Go names; const op_VREP should be opVREP (golint)
    • Line 2411: warning: don't use underscores in Go names; const op_VREPI should be opVREPI (golint)
    • Line 2412: warning: don't use underscores in Go names; const op_VSCEF should be opVSCEF (golint)
    • Line 2413: warning: don't use underscores in Go names; const op_VSCEG should be opVSCEG (golint)
    • Line 2414: warning: don't use underscores in Go names; const op_VSEL should be opVSEL (golint)
    • Line 2415: warning: don't use underscores in Go names; const op_VSL should be opVSL (golint)
    • Line 2416: warning: don't use underscores in Go names; const op_VSLB should be opVSLB (golint)
    • Line 2417: warning: don't use underscores in Go names; const op_VSLDB should be opVSLDB (golint)
    • Line 2418: warning: don't use underscores in Go names; const op_VSRA should be opVSRA (golint)
    • Line 2419: warning: don't use underscores in Go names; const op_VSRAB should be opVSRAB (golint)
    • Line 2420: warning: don't use underscores in Go names; const op_VSRL should be opVSRL (golint)
    • Line 2421: warning: don't use underscores in Go names; const op_VSRLB should be opVSRLB (golint)
    • Line 2422: warning: don't use underscores in Go names; const op_VSEG should be opVSEG (golint)
    • Line 2423: warning: don't use underscores in Go names; const op_VST should be opVST (golint)
    • Line 2424: warning: don't use underscores in Go names; const op_VSTEH should be opVSTEH (golint)
    • Line 2425: warning: don't use underscores in Go names; const op_VSTEF should be opVSTEF (golint)
    • Line 2426: warning: don't use underscores in Go names; const op_VSTEG should be opVSTEG (golint)
    • Line 2427: warning: don't use underscores in Go names; const op_VSTEB should be opVSTEB (golint)
    • Line 2428: warning: don't use underscores in Go names; const op_VSTM should be opVSTM (golint)
    • Line 2429: warning: don't use underscores in Go names; const op_VSTL should be opVSTL (golint)
    • Line 2430: warning: don't use underscores in Go names; const op_VSTRC should be opVSTRC (golint)
    • Line 2431: warning: don't use underscores in Go names; const op_VS should be opVS (golint)
    • Line 2432: warning: don't use underscores in Go names; const op_VSCBI should be opVSCBI (golint)
    • Line 2433: warning: don't use underscores in Go names; const op_VSBCBI should be opVSBCBI (golint)
    • Line 2434: warning: don't use underscores in Go names; const op_VSBI should be opVSBI (golint)
    • Line 2435: warning: don't use underscores in Go names; const op_VSUMG should be opVSUMG (golint)
    • Line 2436: warning: don't use underscores in Go names; const op_VSUMQ should be opVSUMQ (golint)
    • Line 2437: warning: don't use underscores in Go names; const op_VSUM should be opVSUM (golint)
    • Line 2438: warning: don't use underscores in Go names; const op_VTM should be opVTM (golint)
    • Line 2439: warning: don't use underscores in Go names; const op_VUPH should be opVUPH (golint)
    • Line 2440: warning: don't use underscores in Go names; const op_VUPLH should be opVUPLH (golint)
    • Line 2441: warning: don't use underscores in Go names; const op_VUPLL should be opVUPLL (golint)
    • Line 2442: warning: don't use underscores in Go names; const op_VUPL should be opVUPL (golint)
    • Line 4219: warning: don't use underscores in Go names; func parameter r1_m1 should be r1M1 (golint)
    • Line 4219: warning: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 (golint)
    • Line 4238: warning: don't use underscores in Go names; func parameter r2_m3_r3 should be r2M3R3 (golint)
    • Line 4238: warning: don't use underscores in Go names; func parameter i2_ri4_ri2 should be i2Ri4Ri2 (golint)
    • Line 4238: warning: don't use underscores in Go names; func parameter i2_i5 should be i2I5 (golint)
    • Line 4258: warning: don't use underscores in Go names; func parameter r1_m1 should be r1M1 (golint)
    • Line 4258: warning: don't use underscores in Go names; func parameter i2_ri2 should be i2Ri2 (golint)
    • Line 4301: warning: don't use underscores in Go names; func parameter r3_m3 should be r3M3 (golint)
    • Line 4319: warning: don't use underscores in Go names; func parameter r3_m3 should be r3M3 (golint)
    • Line 4344: warning: don't use underscores in Go names; func parameter r3_m3 should be r3M3 (golint)
    • Line 4355: warning: don't use underscores in Go names; func parameter r1_m1 should be r1M1 (golint)
    • Line 4383: warning: don't use underscores in Go names; func parameter r1_m1 should be r1M1 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter l1_r1 should be l1R1 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter l2_i3_r3 should be l2I3R3 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter b1_b2 should be b1B2 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter d1_d2 should be d1D2 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter b2_b4 should be b2B4 (golint)
    • Line 4451: warning: don't use underscores in Go names; func parameter d2_d4 should be d2D4 (golint)
    • Line 4527: warning: don't use underscores in Go names; func parameter v3_r3 should be v3R3 (golint)
    • pprofetheus/internal/obj/mips/obj0.go
    • Line 736: warning: exported const E_HILO should have comment (or a comment on this block) or be unexported (golint)
    • Line 747: warning: exported type Dep should have comment or be unexported (golint)
    • Line 753: warning: exported type Sch should have comment or be unexported (golint)
    • Line 1471: warning: exported var Linkmips64 should have comment or be unexported (golint)
    • Line 1479: warning: exported var Linkmips64le should have comment or be unexported (golint)
    • pprofetheus/internal/obj/funcdata.go
    • Line 44: warning: don't use underscores in Go names; const PCDATA_StackMapIndex should be PCDATAStackMapIndex (golint)
    • Line 45: warning: don't use underscores in Go names; const FUNCDATA_ArgsPointerMaps should be FUNCDATAArgsPointerMaps (golint)
    • Line 46: warning: don't use underscores in Go names; const FUNCDATA_LocalsPointerMaps should be FUNCDATALocalsPointerMaps (golint)
    • pprofetheus/internal/obj/stack.go
    • Line 11: warning: exported const STACKSYSTEM should have comment (or a comment on this block) or be unexported (golint)
    • Line 20: warning: exported const StackPreempt should have comment (or a comment on this block) or be unexported (golint)
    • pprofetheus/internal/obj/textflag.go
    • Line 12: warning: comment on exported const NOPROF should be of the form "NOPROF ..." (golint)
    • Line 17: warning: comment on exported const DUPOK should be of the form "DUPOK ..." (golint)
    • Line 21: warning: comment on exported const NOSPLIT should be of the form "NOSPLIT ..." (golint)
    • Line 24: warning: comment on exported const RODATA should be of the form "RODATA ..." (golint)
    • Line 27: warning: comment on exported const NOPTR should be of the form "NOPTR ..." (golint)
    • Line 30: warning: comment on exported const WRAPPER should be of the form "WRAPPER ..." (golint)
    • Line 33: warning: comment on exported const NEEDCTXT should be of the form "NEEDCTXT ..." (golint)
    • Line 36: warning: comment on exported const LOCAL should be of the form "LOCAL ..." (golint)
    • Line 39: warning: comment on exported const TLSBSS should be of the form "TLSBSS ..." (golint)
    • Line 43: warning: comment on exported const NOFRAME should be of the form "NOFRAME ..." (golint)
    • Line 48: warning: comment on exported const REFLECTMETHOD should be of the form "REFLECTMETHOD ..." (golint)
    • pprofetheus/internal/obj/mips/asm0.go
    • Line 42: warning: exported const FuncAlign should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type Optab should have comment or be unexported (golint)
    • Line 54: warning: don't use underscores in Go names; struct field type_ should be type (golint)
    • Line 940: warning: exported function OP should have comment or be unexported (golint)
    • Line 944: warning: exported function SP should have comment or be unexported (golint)
    • Line 948: warning: exported function BCOND should have comment or be unexported (golint)
    • Line 952: warning: exported function MMU should have comment or be unexported (golint)
    • Line 956: warning: exported function FPF should have comment or be unexported (golint)
    • Line 960: warning: exported function FPD should have comment or be unexported (golint)
    • Line 964: warning: exported function FPW should have comment or be unexported (golint)
    • Line 968: warning: exported function FPV should have comment or be unexported (golint)
    • Line 972: warning: exported function OP_RRR should have comment or be unexported (golint)
    • Line 976: warning: exported function OP_IRR should have comment or be unexported (golint)
    • Line 980: warning: exported function OP_SRR should have comment or be unexported (golint)
    • Line 984: warning: exported function OP_FRRR should have comment or be unexported (golint)
    • Line 988: warning: exported function OP_JMP should have comment or be unexported (golint)
    • pprofetheus/internal/obj/arm/asm5.go
    • Line 41: warning: exported type Optab should have comment or be unexported (golint)
    • Line 46: warning: don't use underscores in Go names; struct field type_ should be type (golint)
    • Line 53: warning: exported type Opcross should have comment or be unexported (golint)
    • Line 56: warning: exported const LFROM should have comment (or a comment on this block) or be unexported (golint)
    • Line 1020: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • pprofetheus/internal/obj/arm64/a.out.go
    • Line 36: warning: exported const NSNAME should have comment (or a comment on this block) or be unexported (golint)
    • Line 169: warning: comment on exported const REG_EXT should be of the form "REG_EXT ..." (golint)
    • Line 176: warning: exported const REG_UXTB should have comment (or a comment on this block) or be unexported (golint)
    • Line 198: warning: don't use underscores in Go names; const REG_CurrentEL should be REGCurrentEL (golint)
    • Line 200: warning: don't use underscores in Go names; const REG_SPSel should be REGSPSel (golint)
    • Line 201: warning: don't use underscores in Go names; const REG_DAIFSet should be REGDAIFSet (golint)
    • Line 202: warning: don't use underscores in Go names; const REG_DAIFClr should be REGDAIFClr (golint)
    • Line 243: warning: exported const BIG should have comment (or a comment on this block) or be unexported (golint)
    • Line 247: warning: comment on exported const LABEL should be of the form "LABEL ..." (golint)
    • Line 249: warning: exported const LEAF should have comment (or a comment on this block) or be unexported (golint)
    • Line 261: warning: exported const C_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 288: warning: comment on exported const C_SBRA should be of the form "C_SBRA ..." (golint)
    • Line 310: warning: comment on exported const C_ZOREG should be of the form "C_ZOREG ..." (golint)
    • Line 325: warning: comment on exported const C_GOTADDR should be of the form "C_GOTADDR ..." (golint)
    • Line 328: warning: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." (golint)
    • Line 332: warning: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." (golint)
    • Line 345: warning: exported const C_XPRE should have comment (or a comment on this block) or be unexported (golint)
    • Line 352: warning: exported const AADC should have comment (or a comment on this block) or be unexported (golint)
    • pprofetheus/internal/obj/s390x/objz.go
    • Line 821: warning: don't use underscores in Go names; var pc_cnt should be pcCnt (golint)
    • Line 874: warning: don't use underscores in Go names; var pc_cnt should be pcCnt (golint)
    • Line 927: warning: don't use underscores in Go names; var pc_cnt should be pcCnt (golint)
    • Line 934: warning: don't use underscores in Go names; var pc_cnt should be pcCnt (golint)
    • Line 965: warning: don't use underscores in Go names; var pc_cnt should be pcCnt (golint)
    • Line 1001: warning: exported var Links390x should have comment or be unexported (golint)
    • pprofetheus/internal/obj/obj.go
    • Line 55: warning: comment on exported type LineRange should be of the form "LineRange ..." (with optional leading article) (golint)
    • Line 287: warning: exported function Linkprfile should have comment or be unexported (golint)
    • pprofetheus/internal/sys/arch.go
    • Line 15: warning: exported const AMD64 should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported var Arch386 should have comment or be unexported (golint)
    • Line 60: warning: exported var ArchAMD64 should have comment or be unexported (golint)
    • Line 70: warning: exported var ArchAMD64P32 should have comment or be unexported (golint)
    • Line 80: warning: exported var ArchARM should have comment or be unexported (golint)
    • Line 90: warning: exported var ArchARM64 should have comment or be unexported (golint)
    • Line 100: warning: exported var ArchMIPS64 should have comment or be unexported (golint)
    • Line 110: warning: exported var ArchMIPS64LE should have comment or be unexported (golint)
    • Line 120: warning: exported var ArchPPC64 should have comment or be unexported (golint)
    • Line 130: warning: exported var ArchPPC64LE should have comment or be unexported (golint)
    • Line 140: warning: exported var ArchS390X should have comment or be unexported (golint)
    • pprofetheus/internal/obj/arm/a.out.go
    • Line 38: warning: exported const NSNAME should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported const REG_R0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 91: warning: comment on exported const REGEXT should be of the form "REGEXT ..." (golint)
    • Line 95: warning: comment on exported const REGG should be of the form "REGG ..." (golint)
    • Line 106: warning: comment on exported const FREGRET should be of the form "FREGRET ..." (golint)
    • Line 114: warning: exported const C_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 153: warning: don't use underscores in Go names; const C_PC should be CPC (golint)
    • Line 154: warning: don't use underscores in Go names; const C_SP should be CSP (golint)
    • Line 159: warning: comment on exported const C_TLS_LE should be of the form "C_TLS_LE ..." (golint)
    • Line 163: warning: comment on exported const C_TLS_IE should be of the form "C_TLS_IE ..." (golint)
    • Line 176: warning: exported const AAND should have comment (or a comment on this block) or be unexported (golint)
    • Line 193: warning: comment on exported const ABEQ should be of the form "ABEQ ..." (golint)
    • Line 295: warning: comment on exported const AB should be of the form "AB ..." (golint)
    • pprofetheus/internal/obj/ppc64/a.out.go
    • Line 47: warning: exported const REG_R0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 175: warning: comment on exported const LABEL should be of the form "LABEL ..." (golint)
    • Line 177: warning: exported const LEAF should have comment (or a comment on this block) or be unexported (golint)
    • Line 189: warning: exported const C_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 219: warning: don't use underscores in Go names; const C_LR should be CLR (golint)
    • Line 233: warning: exported const AADD should have comment (or a comment on this block) or be unexported (golint)
    • Line 455: warning: comment on exported const AFRES should be of the form "AFRES ..." (golint)
    • Line 483: warning: comment on exported const AFCFID should be of the form "AFCFID ..." (golint)
    • Line 528: warning: comment on exported const ADWORD should be of the form "ADWORD ..." (golint)
    • Line 539: warning: comment on exported const AHRFID should be of the form "AHRFID ..." (golint)
    • Line 544: warning: comment on exported const ABR should be of the form "ABR ..." (golint)
    • pprofetheus/internal/obj/go.go
    • Line 16: warning: don't use underscores in Go names; var framepointer_enabled should be framepointerEnabled (golint)
    • Line 17: warning: don't use underscores in Go names; var Fieldtrack_enabled should be FieldtrackEnabled (golint)
    • Line 17: warning: exported var Fieldtrack_enabled should have comment or be unexported (golint)
    • Line 62: warning: exported function Framepointer_enabled should have comment or be unexported (golint)
    • Line 62: warning: don't use underscores in Go names; func Framepointer_enabled should be FramepointerEnabled (golint)
    • Line 66: warning: exported function Nopout should have comment or be unexported (golint)
    • Line 75: warning: exported function Expstring should have comment or be unexported (golint)
    • pprofetheus/internal/obj/link.go
    • Line 173: warning: exported type AddrType should have comment or be unexported (golint)
    • Line 176: warning: exported const NAME_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 181: warning: comment on exported const NAME_GOTREF should be of the form "NAME_GOTREF ..." (golint)
    • Line 187: warning: exported const TYPE_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 204: warning: comment on exported type Prog should be of the form "Prog ..." (with optional leading article) (golint)
    • Line 357: warning: exported type Pcln should have comment or be unexported (golint)
    • Line 438: warning: exported type Reloc should have comment or be unexported (golint)
    • Line 594: warning: exported type Auto should have comment or be unexported (golint)
    • Line 608: warning: exported type Pcdata should have comment or be unexported (golint)
    • Line 628: warning: don't use underscores in Go names; struct field Flag_shared should be FlagShared (golint)
    • Line 629: warning: don't use underscores in Go names; struct field Flag_dynlink should be FlagDynlink (golint)
    • Line 630: warning: don't use underscores in Go names; struct field Flag_optimize should be FlagOptimize (golint)
    • Line 634: warning: don't use underscores in Go names; struct field Goroot_final should be GorootFinal (golint)
    • Line 640: warning: don't use underscores in Go names; struct field Sym_div should be SymDiv (golint)
    • Line 641: warning: don't use underscores in Go names; struct field Sym_divu should be SymDivu (golint)
    • Line 642: warning: don't use underscores in Go names; struct field Sym_mod should be SymMod (golint)
    • Line 643: warning: don't use underscores in Go names; struct field Sym_modu should be SymModu (golint)
    • Line 668: warning: don't use underscores in Go names; struct field Framepointer_enabled should be FramepointerEnabled (golint)
    • Line 679: warning: exported method Link.Diag should have comment or be unexported (golint)
    • Line 684: warning: comment on exported method Link.FixedFrameSize should be of the form "FixedFrameSize ..." (golint)
    • Line 701: warning: exported type SymVer should have comment or be unexported (golint)
    • pprofetheus/internal/obj/arm64/asm7.go
    • Line 42: warning: exported const FuncAlign should have comment (or a comment on this block) or be unexported (golint)
    • Line 46: warning: exported const REGFROM should have comment (or a comment on this block) or be unexported (golint)
    • Line 49: warning: exported type Optab should have comment or be unexported (golint)
    • Line 54: warning: don't use underscores in Go names; struct field type_ should be type (golint)
    • Line 66: warning: exported const S32 should have comment (or a comment on this block) or be unexported (golint)
    • Line 73: warning: exported function OPDP2 should have comment or be unexported (golint)
    • Line 77: warning: exported function OPDP3 should have comment or be unexported (golint)
    • Line 81: warning: exported function OPBcc should have comment or be unexported (golint)
    • Line 85: warning: exported function OPBLR should have comment or be unexported (golint)
    • Line 90: warning: exported function SYSOP should have comment or be unexported (golint)
    • Line 94: warning: exported function SYSHINT should have comment or be unexported (golint)
    • Line 98: warning: exported function LDSTR12U should have comment or be unexported (golint)
    • Line 102: warning: exported function LDSTR9S should have comment or be unexported (golint)
    • Line 106: warning: exported function LD2STR should have comment or be unexported (golint)
    • Line 110: warning: exported function LDSTX should have comment or be unexported (golint)
    • Line 114: warning: exported function FPCMP should have comment or be unexported (golint)
    • Line 114: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 118: warning: exported function FPCCMP should have comment or be unexported (golint)
    • Line 118: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 122: warning: exported function FPOP1S should have comment or be unexported (golint)
    • Line 122: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 126: warning: exported function FPOP2S should have comment or be unexported (golint)
    • Line 126: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 130: warning: exported function FPCVTI should have comment or be unexported (golint)
    • Line 130: warning: don't use underscores in Go names; func parameter type_ should be type (golint)
    • Line 134: warning: exported function ADR should have comment or be unexported (golint)
    • Line 138: warning: exported function OPBIT should have comment or be unexported (golint)
    • Line 143: warning: exported const LFROM should have comment (or a comment on this block) or be unexported (golint)
    • Line 978: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 1787: warning: comment on exported function SYSARG5 should be of the form "SYSARG5 ..." (golint)
    • Line 1792: warning: exported function SYSARG4 should have comment or be unexported (golint)
    • pprofetheus/internal/obj/ppc64/asm9.go
    • Line 43: warning: exported const FuncAlign should have comment (or a comment on this block) or be unexported (golint)
    • Line 50: warning: exported type Optab should have comment or be unexported (golint)
    • Line 56: warning: don't use underscores in Go names; struct field type_ should be type (golint)
    • Line 590: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 1296: warning: exported function OPVCC should have comment or be unexported (golint)
    • Line 1300: warning: exported function OPCC should have comment or be unexported (golint)
    • Line 1304: warning: exported function OP should have comment or be unexported (golint)
    • Line 1308: warning: comment on exported function AOP_RRR should be of the form "AOP_RRR ..." (golint)
    • Line 1313: warning: exported function AOP_IRR should have comment or be unexported (golint)
    • Line 1317: warning: exported function LOP_RRR should have comment or be unexported (golint)
    • Line 1321: warning: exported function LOP_IRR should have comment or be unexported (golint)
    • Line 1325: warning: exported function OP_BR should have comment or be unexported (golint)
    • Line 1329: warning: exported function OP_BC should have comment or be unexported (golint)
    • Line 1333: warning: exported function OP_BCR should have comment or be unexported (golint)
    • Line 1337: warning: exported function OP_RLW should have comment or be unexported (golint)
    • Line 1342: warning: comment on exported const OP_ADD should be of the form "OP_ADD ..." (golint)
    • Line 1344: warning: exported const OP_ADDI should have comment (or a comment on this block) or be unexported (golint)
    • Line 1384: warning: exported const D_FORM should have comment (or a comment on this block) or be unexported (golint)
    • pprofetheus/internal/obj/ld.go
    • Line 43: warning: exported const LOG should have comment (or a comment on this block) or be unexported (golint)
    • Line 79: warning: exported function Copyp should have comment or be unexported (golint)
    • Line 85: warning: exported function Appendp should have comment or be unexported (golint)
    • pprofetheus/internal/obj/util.go
    • Line 16: warning: exported const REG_NONE should have comment or be unexported (golint)
    • Line 20: warning: exported function Cputime should have comment or be unexported (golint)
    • Line 34: warning: exported function Getgoroot should have comment or be unexported (golint)
    • Line 38: warning: exported function Getgoarch should have comment or be unexported (golint)
    • Line 42: warning: exported function Getgoos should have comment or be unexported (golint)
    • Line 46: warning: exported function Getgoarm should have comment or be unexported (golint)
    • Line 60: warning: exported function Getgo386 should have comment or be unexported (golint)
    • Line 65: warning: exported function Getgoextlinkenabled should have comment or be unexported (golint)
    • Line 69: warning: exported function Getgoversion should have comment or be unexported (golint)
    • Line 73: warning: exported method Prog.Line should have comment or be unexported (golint)
    • Line 177: warning: exported method Link.NewProg should have comment or be unexported (golint)
    • Line 196: warning: exported method Link.Line should have comment or be unexported (golint)
    • Line 200: warning: exported function Getcallerpc should have comment or be unexported (golint)
    • Line 204: warning: exported method Link.Dconv should have comment or be unexported (golint)
    • Line 208: warning: exported function Dconv should have comment or be unexported (golint)
    • Line 312: warning: exported function Mconv should have comment or be unexported (golint)
    • Line 391: warning: comment on exported const RBase386 should be of the form "RBase386 ..." (golint)
    • Line 394: warning: exported const RBaseAMD64 should have comment (or a comment on this block) or be unexported (golint)
    • Line 409: warning: exported function Rconv should have comment or be unexported (golint)
    • Line 459: warning: exported function Aconv should have comment or be unexported (golint)
    • Line 472: warning: exported var Anames should have comment or be unexported (golint)
    • Line 494: warning: exported function Bool2int should have comment or be unexported (golint)
    • pprofetheus/internal/obj/x86/asm6.go
    • Line 44: warning: comment on exported const LoopAlign should be of the form "LoopAlign ..." (golint)
    • Line 58: warning: exported const MaxLoopPad should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: exported type Optab should have comment or be unexported (golint)
    • Line 77: warning: exported type Movtab should have comment or be unexported (golint)
    • Line 87: warning: exported const Yxxx should have comment (or a comment on this block) or be unexported (golint)
    • Line 161: warning: exported const Zxxx should have comment (or a comment on this block) or be unexported (golint)
    • Line 163: warning: don't use underscores in Go names; const Zlitm_r should be ZlitmR (golint)
    • Line 164: warning: don't use underscores in Go names; const Z_rp should be ZRp (golint)
    • Line 171: warning: don't use underscores in Go names; const Zib_ should be Zib (golint)
    • Line 172: warning: don't use underscores in Go names; const Zib_rp should be ZibRp (golint)
    • Line 173: warning: don't use underscores in Go names; const Zibo_m should be ZiboM (golint)
    • Line 174: warning: don't use underscores in Go names; const Zibo_m_xm should be ZiboMXm (golint)
    • Line 175: warning: don't use underscores in Go names; const Zil_ should be Zil (golint)
    • Line 176: warning: don't use underscores in Go names; const Zil_rp should be ZilRp (golint)
    • Line 177: warning: don't use underscores in Go names; const Ziq_rp should be ZiqRp (golint)
    • Line 178: warning: don't use underscores in Go names; const Zilo_m should be ZiloM (golint)
    • Line 182: warning: don't use underscores in Go names; const Zo_iw should be ZoIw (golint)
    • Line 183: warning: don't use underscores in Go names; const Zm_o should be ZmO (golint)
    • Line 184: warning: don't use underscores in Go names; const Zm_r should be ZmR (golint)
    • Line 185: warning: don't use underscores in Go names; const Zm2_r should be Zm2R (golint)
    • Line 186: warning: don't use underscores in Go names; const Zm_r_xm should be ZmRXm (golint)
    • Line 187: warning: don't use underscores in Go names; const Zm_r_i_xm should be ZmRIXm (golint)
    • Line 188: warning: don't use underscores in Go names; const Zm_r_xm_nr should be ZmRXmNr (golint)
    • Line 189: warning: don't use underscores in Go names; const Zr_m_xm_nr should be ZrMXmNr (golint)
    • Line 190: warning: don't use underscores in Go names; const Zibm_r should be ZibmR (golint)
    • Line 191: warning: don't use underscores in Go names; const Zibr_m should be ZibrM (golint)
    • Line 192: warning: don't use underscores in Go names; const Zmb_r should be ZmbR (golint)
    • Line 193: warning: don't use underscores in Go names; const Zaut_r should be ZautR (golint)
    • Line 194: warning: don't use underscores in Go names; const Zo_m should be ZoM (golint)
    • Line 195: warning: don't use underscores in Go names; const Zo_m64 should be ZoM64 (golint)
    • Line 197: warning: don't use underscores in Go names; const Zr_m should be ZrM (golint)
    • Line 198: warning: don't use underscores in Go names; const Zr_m_xm should be ZrMXm (golint)
    • Line 199: warning: don't use underscores in Go names; const Zrp_ should be Zrp (golint)
    • Line 200: warning: don't use underscores in Go names; const Z_ib should be ZIb (golint)
    • Line 201: warning: don't use underscores in Go names; const Z_il should be ZIl (golint)
    • Line 202: warning: don't use underscores in Go names; const Zm_ibo should be ZmIbo (golint)
    • Line 203: warning: don't use underscores in Go names; const Zm_ilo should be ZmIlo (golint)
    • Line 204: warning: don't use underscores in Go names; const Zib_rr should be ZibRr (golint)
    • Line 205: warning: don't use underscores in Go names; const Zil_rr should be ZilRr (golint)
    • Line 208: warning: don't use underscores in Go names; const Zvex_rm_v_r should be ZvexRmVR (golint)
    • Line 209: warning: don't use underscores in Go names; const Zvex_r_v_rm should be ZvexRVRm (golint)
    • Line 210: warning: don't use underscores in Go names; const Zvex_v_rm_r should be ZvexVRmR (golint)
    • Line 211: warning: don't use underscores in Go names; const Zvex_i_rm_r should be ZvexIRmR (golint)
    • Line 212: warning: don't use underscores in Go names; const Zvex_i_r_v should be ZvexIRV (golint)
    • Line 213: warning: don't use underscores in Go names; const Zvex_i_rm_v_r should be ZvexIRmVR (golint)
    • Line 218: warning: exported const Px should have comment (or a comment on this block) or be unexported (golint)
    • Line 267: warning: comment on exported const VEX_128_0F_WIG should be of the form "VEX_128_0F_WIG ..." (golint)
    • Line 269: warning: exported const VEX_128_66_0F_W0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 495: warning: don't use underscores in Go names; var ym_rl should be ymRl (golint)
    • Line 499: warning: don't use underscores in Go names; var yrl_m should be yrlM (golint)
    • Line 503: warning: don't use underscores in Go names; var ymb_rl should be ymbRl (golint)
    • Line 507: warning: don't use underscores in Go names; var yml_rl should be ymlRl (golint)
    • Line 511: warning: don't use underscores in Go names; var yrl_ml should be yrlMl (golint)
    • Line 515: warning: don't use underscores in Go names; var yml_mb should be ymlMb (golint)
    • Line 520: warning: don't use underscores in Go names; var yrb_mb should be yrbMb (golint)
    • Line 683: warning: don't use underscores in Go names; var yxm_q4 should be yxmQ4 (golint)
    • Line 707: warning: don't use underscores in Go names; var yxr_ml should be yxrMl (golint)
    • Line 715: warning: don't use underscores in Go names; var ymr_ml should be ymrMl (golint)
    • Line 848: warning: don't use underscores in Go names; var yvex_xy3 should be yvexXy3 (golint)
    • Line 853: warning: don't use underscores in Go names; var yvex_ri3 should be yvexRi3 (golint)
    • Line 857: warning: don't use underscores in Go names; var yvex_xyi3 should be yvexXyi3 (golint)
    • Line 862: warning: don't use underscores in Go names; var yvex_yyi4 should be yvexYyi4 (golint)
    • Line 866: warning: don't use underscores in Go names; var yvex_xyi4 should be yvexXyi4 (golint)
    • Line 870: warning: don't use underscores in Go names; var yvex_shift should be yvexShift (golint)
    • Line 877: warning: don't use underscores in Go names; var yvex_shift_dq should be yvexShiftDq (golint)
    • Line 882: warning: don't use underscores in Go names; var yvex_r3 should be yvexR3 (golint)
    • Line 887: warning: don't use underscores in Go names; var yvex_vmr3 should be yvexVmr3 (golint)
    • Line 892: warning: don't use underscores in Go names; var yvex_xy2 should be yvexXy2 (golint)
    • Line 897: warning: don't use underscores in Go names; var yvex_xyr2 should be yvexXyr2 (golint)
    • Line 902: warning: don't use underscores in Go names; var yvex_vmovdqa should be yvexVmovdqa (golint)
    • Line 909: warning: don't use underscores in Go names; var yvex_vmovntdq should be yvexVmovntdq (golint)
    • Line 914: warning: don't use underscores in Go names; var yvex_vpbroadcast should be yvexVpbroadcast (golint)
    • Line 3004: warning: exported const E should have comment (or a comment on this block) or be unexported (golint)
    • pprofetheus/internal/obj/s390x/a.out.go
    • Line 37: warning: exported const NSNAME should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: comment on exported const REG_R0 should be of the form "REG_R0 ..." (golint)
    • Line 46: warning: exported const REG_R1 should have comment (or a comment on this block) or be unexported (golint)
    • Line 62: warning: comment on exported const REG_F0 should be of the form "REG_F0 ..." (golint)
    • Line 80: warning: comment on exported const REG_V0 should be of the form "REG_V0 ..." (golint)
    • Line 119: warning: comment on exported const REG_AR0 should be of the form "REG_AR0 ..." (golint)
    • Line 154: warning: exported const BIG should have comment (or a comment on this block) or be unexported (golint)
    • Line 161: warning: comment on exported const LABEL should be of the form "LABEL ..." (golint)
    • Line 163: warning: exported const LEAF should have comment (or a comment on this block) or be unexported (golint)
    • Line 175: warning: exported const C_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 209: warning: comment on exported const AADD should be of the form "AADD ..." (golint)
    • Line 211: warning: exported const AADDC should have comment (or a comment on this block) or be unexported (golint)
    • Line 231: warning: comment on exported const AMOVWBR should be of the form "AMOVWBR ..." (golint)
    • Line 243: warning: comment on exported const AAND should be of the form "AAND ..." (golint)
    • Line 260: warning: comment on exported const AFABS should be of the form "AFABS ..." (golint)
    • Line 290: warning: comment on exported const ACEFBRA should be of the form "ACEFBRA ..." (golint)
    • Line 296: warning: comment on exported const ACFEBRA should be of the form "ACFEBRA ..." (golint)
    • Line 302: warning: comment on exported const ACELFBR should be of the form "ACELFBR ..." (golint)
    • Line 308: warning: comment on exported const ACLFEBR should be of the form "ACLFEBR ..." (golint)
    • Line 314: warning: comment on exported const ACMP should be of the form "ACMP ..." (golint)
    • Line 320: warning: comment on exported const ACS should be of the form "ACS ..." (golint)
    • Line 324: warning: comment on exported const ASYNC should be of the form "ASYNC ..." (golint)
    • Line 327: warning: comment on exported const ABC should be of the form "ABC ..." (golint)
    • Line 340: warning: comment on exported const ACMPBEQ should be of the form "ACMPBEQ ..." (golint)
    • Line 354: warning: comment on exported const AMVC should be of the form "AMVC ..." (golint)
    • Line 361: warning: comment on exported const AEXRL should be of the form "AEXRL ..." (golint)
    • Line 367: warning: comment on exported const ALMY should be of the form "ALMY ..." (golint)
    • Line 373: warning: comment on exported const ASTCK should be of the form "ASTCK ..." (golint)
    • Line 379: warning: comment on exported const ACLEAR should be of the form "ACLEAR ..." (golint)
    • Line 382: warning: comment on exported const AVA should be of the form "AVA ..." (golint)
    • Line 885: warning: comment on exported const ABYTE should be of the form "ABYTE ..." (golint)
    • Line 890: warning: comment on exported const ALAST should be of the form "ALAST ..." (golint)
    • Line 893: warning: comment on exported const ABR should be of the form "ABR ..." (golint)
    • pprofetheus/internal/obj/mips/a.out.go
    • Line 47: warning: exported const REG_R0 should have comment (or a comment on this block) or be unexported (golint)
    • Line 116: warning: comment on exported const REG_M0 should be of the form "REG_M0 ..." (golint)
    • Line 150: warning: comment on exported const REG_FCR0 should be of the form "REG_FCR0 ..." (golint)
    • Line 207: warning: exported const BIG should have comment (or a comment on this block) or be unexported (golint)
    • Line 211: warning: comment on exported const FOLL should be of the form "FOLL ..." (golint)
    • Line 213: warning: exported const LABEL should have comment (or a comment on this block) or be unexported (golint)
    • Line 225: warning: exported const C_NONE should have comment (or a comment on this block) or be unexported (golint)
    • Line 230: warning: don't use underscores in Go names; const C_HI should be CHI (golint)
    • Line 231: warning: don't use underscores in Go names; const C_LO should be CLO (golint)
    • Line 265: warning: exported const AABSD should have comment (or a comment on this block) or be unexported (golint)
    • Line 344: warning: comment on exported const AMOVV should be of the form "AMOVV ..." (golint)
    • Line 362: warning: comment on exported const ATRUNCFV should be of the form "ATRUNCFV ..." (golint)
    • Line 375: warning: comment on exported const AJMP should be of the form "AJMP ..." (golint)
    • pprofetheus/internal/objfile/objfile.go
    • Line 64: warning: exported method File.Close should have comment or be unexported (golint)
    • Line 68: warning: exported method File.Symbols should have comment or be unexported (golint)
    • Line 83: warning: exported method File.PCLineTable should have comment or be unexported (golint)
    • Line 91: warning: exported method File.Text should have comment or be unexported (golint)
    • Line 95: warning: exported method File.GOARCH should have comment or be unexported (golint)
    • pprofetheus/internal/obj/sym.go
    • Line 70: warning: exported function Headstr should have comment or be unexported (golint)
    • Line 79: warning: exported function Linknew should have comment or be unexported (golint)
    • Line 114: warning: exported function Linklookup should have comment or be unexported (golint)
    • Line 130: warning: exported function Linksymfmt should have comment or be unexported (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign96%

IneffAssign detects ineffectual assignments in Go code.


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!