Preparing report...

Report for github.com/xlab/android-go

A+    Excellent!    Found 28 issues across 56 files

Tweet

gofmt98%

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!


golint53%

Golint is a linter for Go source code.

    • android-go/app/app.go
    • Line 53: warning: exported type NativeActivity should have comment or be unexported (golint)
    • Line 83: warning: exported function Main should have comment or be unexported (golint)
    • Line 131: warning: exported type Signal should have comment or be unexported (golint)
    • android-go/gles3/gles3.go
    • Line 125: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 126: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 227: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 228: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 235: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 236: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 288: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 459: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 460: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 481: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 482: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 555: warning: don't use underscores in Go names; var c_range should be cRange (golint)
    • Line 572: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 573: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 613: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 614: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 652: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 653: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 660: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 661: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 668: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 669: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 676: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 677: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 684: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 685: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 692: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 693: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 700: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 701: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 795: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 804: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 1262: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1263: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1299: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1300: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1414: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1415: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1450: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1451: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1456: warning: don't use underscores in Go names; func GetIntegeri_v should be GetIntegeriV (golint)
    • Line 1586: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1587: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1694: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1695: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1733: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1734: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1788: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1789: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1796: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1797: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1812: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1813: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1843: warning: don't use underscores in Go names; func GetInteger64i_v should be GetInteger64iV (golint)
    • Line 1875: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1876: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1966: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1967: warning: don't use underscores in Go names; var __v should be _V (golint)
    • android-go/android/jvalue.go
    • Line 17: warning: exported function JbooleanV should have comment or be unexported (golint)
    • Line 26: warning: exported function JbyteV should have comment or be unexported (golint)
    • Line 30: warning: exported function JcharV should have comment or be unexported (golint)
    • Line 34: warning: exported function JshortV should have comment or be unexported (golint)
    • Line 38: warning: exported function JintV should have comment or be unexported (golint)
    • Line 42: warning: exported function JlongV should have comment or be unexported (golint)
    • Line 46: warning: exported function JfloatV should have comment or be unexported (golint)
    • Line 50: warning: exported function JdoubleV should have comment or be unexported (golint)
    • Line 54: warning: exported function JobjectV should have comment or be unexported (golint)
    • android-go/android/cgo_helpers.go
    • Line 360: warning: don't use underscores in Go names; var cversion_allocs should be cversionAllocs (golint)
    • Line 364: warning: don't use underscores in Go names; var cname_allocs should be cnameAllocs (golint)
    • Line 368: warning: don't use underscores in Go names; var cgroup_allocs should be cgroupAllocs (golint)
    • Line 582: warning: exported method LooperCallbackFunc.PassRef should have comment or be unexported (golint)
    • Line 592: warning: exported method LooperCallbackFunc.PassValue should have comment or be unexported (golint)
    • Line 602: warning: exported function NewLooperCallbackFuncRef should have comment or be unexported (golint)
    • Line 674: warning: don't use underscores in Go names; var ccallbacks_allocs should be ccallbacksAllocs (golint)
    • Line 678: warning: don't use underscores in Go names; var cvm_allocs should be cvmAllocs (golint)
    • Line 682: warning: don't use underscores in Go names; var cenv_allocs should be cenvAllocs (golint)
    • Line 686: warning: don't use underscores in Go names; var cclazz_allocs should be cclazzAllocs (golint)
    • Line 690: warning: don't use underscores in Go names; var cinternalDataPath_allocs should be cinternalDataPathAllocs (golint)
    • Line 694: warning: don't use underscores in Go names; var cexternalDataPath_allocs should be cexternalDataPathAllocs (golint)
    • Line 698: warning: don't use underscores in Go names; var csdkVersion_allocs should be csdkVersionAllocs (golint)
    • Line 702: warning: don't use underscores in Go names; var cinstance_allocs should be cinstanceAllocs (golint)
    • Line 706: warning: don't use underscores in Go names; var cassetManager_allocs should be cassetManagerAllocs (golint)
    • Line 710: warning: don't use underscores in Go names; var cobbPath_allocs should be cobbPathAllocs (golint)
    • Line 793: warning: exported method NativeActivityCreateFunc.PassRef should have comment or be unexported (golint)
    • Line 803: warning: exported function NewNativeActivityCreateFuncRef should have comment or be unexported (golint)
    • Line 1012: warning: don't use underscores in Go names; var cwidth_allocs should be cwidthAllocs (golint)
    • Line 1016: warning: don't use underscores in Go names; var cheight_allocs should be cheightAllocs (golint)
    • Line 1020: warning: don't use underscores in Go names; var cstride_allocs should be cstrideAllocs (golint)
    • Line 1024: warning: don't use underscores in Go names; var cformat_allocs should be cformatAllocs (golint)
    • Line 1028: warning: don't use underscores in Go names; var cbits_allocs should be cbitsAllocs (golint)
    • Line 1032: warning: don't use underscores in Go names; var creserved_allocs should be creservedAllocs (golint)
    • Line 1118: warning: don't use underscores in Go names; var cleft_allocs should be cleftAllocs (golint)
    • Line 1122: warning: don't use underscores in Go names; var ctop_allocs should be ctopAllocs (golint)
    • Line 1126: warning: don't use underscores in Go names; var cright_allocs should be crightAllocs (golint)
    • Line 1130: warning: don't use underscores in Go names; var cbottom_allocs should be cbottomAllocs (golint)
    • Line 1260: warning: don't use underscores in Go names; var cstatus_allocs should be cstatusAllocs (golint)
    • Line 1264: warning: don't use underscores in Go names; var creserved_allocs should be creservedAllocs (golint)
    • Line 1346: warning: don't use underscores in Go names; var cwhat_allocs should be cwhatAllocs (golint)
    • Line 1350: warning: don't use underscores in Go names; var csensor_allocs should be csensorAllocs (golint)
    • Line 1508: warning: don't use underscores in Go names; var cbpm_allocs should be cbpmAllocs (golint)
    • Line 1512: warning: don't use underscores in Go names; var cstatus_allocs should be cstatusAllocs (golint)
    • Line 1594: warning: don't use underscores in Go names; var cversion_allocs should be cversionAllocs (golint)
    • Line 1598: warning: don't use underscores in Go names; var csensor_allocs should be csensorAllocs (golint)
    • Line 1602: warning: don't use underscores in Go names; var c_type_allocs should be cTypeAllocs (golint)
    • Line 1606: warning: don't use underscores in Go names; var creserved0_allocs should be creserved0Allocs (golint)
    • Line 1610: warning: don't use underscores in Go names; var ctimestamp_allocs should be ctimestampAllocs (golint)
    • Line 1614: warning: don't use underscores in Go names; var cflags_allocs should be cflagsAllocs (golint)
    • Line 1618: warning: don't use underscores in Go names; var creserved1_allocs should be creserved1Allocs (golint)
    • Line 1836: warning: exported method StorageManagerObbCallbackFunc.PassRef should have comment or be unexported (golint)
    • Line 1846: warning: exported method StorageManagerObbCallbackFunc.PassValue should have comment or be unexported (golint)
    • Line 1856: warning: exported function NewStorageManagerObbCallbackFuncRef should have comment or be unexported (golint)
    • android-go/egl/egl.go
    • Line 19: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 20: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 27: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 28: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 37: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 38: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 45: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 46: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 54: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 55: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 65: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 66: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 77: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 78: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 88: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 89: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 99: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 100: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 109: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 110: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 120: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 121: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 129: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 130: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 140: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 141: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 148: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 149: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 155: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 156: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 162: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 163: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 169: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 170: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 181: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 182: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 192: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 193: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 202: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 203: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 212: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 213: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 221: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 222: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 232: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 233: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 241: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 242: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 252: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 253: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 259: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 260: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 267: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 268: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 274: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 275: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 285: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 286: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 292: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 293: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 300: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 301: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 309: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 310: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 319: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 320: warning: don't use underscores in Go names; var __v should be _V (golint)
    • android-go/gles2/gles2.go
    • Line 125: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 126: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 227: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 228: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 235: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 236: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 288: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 459: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 460: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 481: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 482: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 555: warning: don't use underscores in Go names; var c_range should be cRange (golint)
    • Line 572: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 573: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 613: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 614: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 652: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 653: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 660: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 661: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 668: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 669: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 676: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 677: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 684: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 685: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 692: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 693: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 700: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 701: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 795: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 804: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • android-go/gles31/gles31.go
    • Line 125: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 126: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 227: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 228: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 235: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 236: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 288: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 459: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 460: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 481: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 482: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 555: warning: don't use underscores in Go names; var c_range should be cRange (golint)
    • Line 572: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 573: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 613: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 614: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 652: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 653: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 660: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 661: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 668: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 669: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 676: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 677: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 684: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 685: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 692: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 693: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 700: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 701: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 795: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 804: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 1262: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1263: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1299: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1300: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1414: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1415: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1450: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1451: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1456: warning: don't use underscores in Go names; func GetIntegeri_v should be GetIntegeriV (golint)
    • Line 1586: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1587: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1694: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1695: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1733: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1734: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1788: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1789: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1796: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1797: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1812: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1813: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1843: warning: don't use underscores in Go names; func GetInteger64i_v should be GetInteger64iV (golint)
    • Line 1875: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1876: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1966: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1967: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2118: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2119: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2152: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2153: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2177: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2179: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2206: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2207: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2559: warning: don't use underscores in Go names; func GetBooleani_v should be GetBooleaniV (golint)
    • android-go/android/android.go
    • Line 38: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 39: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 48: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 49: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 56: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 57: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 78: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 79: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 88: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 89: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 98: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 99: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 112: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 113: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 120: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 121: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 128: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 129: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 136: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 137: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 144: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 145: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 154: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 155: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 164: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 165: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 172: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 173: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 181: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 182: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 188: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 189: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 216: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 217: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 231: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 232: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 274: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 275: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 289: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 290: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 304: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 305: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 319: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 320: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 334: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 335: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 349: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 350: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 364: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 365: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 379: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 380: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 394: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 395: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 409: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 410: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 424: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 425: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 439: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 440: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 454: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 455: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 469: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 470: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 484: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 485: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 499: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 500: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 515: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 516: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 524: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 525: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 534: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 535: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 544: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 545: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 551: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 552: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 559: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 560: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 582: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 583: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 593: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 594: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 612: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 613: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 621: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 622: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 664: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 665: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 672: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 673: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 680: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 681: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 688: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 689: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 696: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 697: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 704: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 705: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 712: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 713: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 720: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 721: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 728: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 729: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 736: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 737: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 744: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 745: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 752: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 753: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 760: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 761: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 768: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 769: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 776: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 777: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 784: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 785: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 792: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 793: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 800: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 801: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 808: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 809: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 816: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 817: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 824: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 825: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 832: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 833: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 840: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 841: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 849: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 850: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 858: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 859: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 867: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 868: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 876: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 877: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 885: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 886: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 894: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 895: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 903: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 904: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 912: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 913: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 921: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 922: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 930: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 931: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 939: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 940: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 948: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 949: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 957: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 958: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 967: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 968: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 975: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 976: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 984: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 985: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 994: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 995: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1004: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1005: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1014: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1015: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1024: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1025: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1034: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1035: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1044: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1045: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1054: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1055: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1064: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1065: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1074: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1075: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1084: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1085: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1094: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1095: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1105: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1106: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1129: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1130: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1138: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1139: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1147: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1148: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1175: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1176: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1183: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1184: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1191: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1192: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1202: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1203: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1212: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1213: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1220: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1221: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1229: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1230: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1237: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1238: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1251: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1252: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1259: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1260: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1267: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1268: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1274: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1275: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1283: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1284: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1293: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1294: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1305: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1306: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1314: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1315: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1323: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1324: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1332: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1333: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1342: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1343: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1350: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1351: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1360: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1361: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1368: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1369: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1376: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1377: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1384: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1385: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1392: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1393: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1400: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1401: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1408: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1409: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1416: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1417: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1424: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1425: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1432: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1433: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1440: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1441: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1447: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1448: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1482: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1483: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1491: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1492: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1499: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1500: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1509: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1510: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1517: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1518: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1527: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1528: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1537: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1538: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1545: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1546: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1557: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1558: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1566: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1567: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1575: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1576: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1584: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1585: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1595: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1596: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1604: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1605: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1614: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1615: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1625: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1626: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1634: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1635: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1644: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1645: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1652: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1653: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1680: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1681: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1689: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1690: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1698: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1699: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1722: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1723: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1731: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1732: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1740: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1741: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1749: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1750: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1760: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1761: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1769: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1770: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1779: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1780: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1790: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1791: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1801: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1802: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1812: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1813: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1823: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1824: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1834: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1835: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1845: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1846: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1856: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1857: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1867: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1868: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1878: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1879: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1889: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1890: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1910: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1911: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1922: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1923: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1934: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1935: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1946: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1947: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1958: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1959: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1970: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1971: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1982: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1983: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 1994: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 1995: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2006: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2007: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2027: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2028: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2037: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2038: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2047: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2048: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2057: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2058: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2067: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2068: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2077: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2078: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2087: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2088: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2097: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2098: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2107: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2108: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2117: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2118: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2209: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2210: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2220: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2221: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2231: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2232: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2242: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2243: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2253: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2254: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2264: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2265: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2275: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2276: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2286: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2287: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2297: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2298: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2308: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2309: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2328: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2329: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2338: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2339: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2348: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2349: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2358: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2359: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2368: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2369: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2378: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2379: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2388: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2389: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2398: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2399: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2408: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2409: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2418: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2419: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2509: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2510: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2518: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2519: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2528: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2529: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2545: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2546: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2554: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2555: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2564: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2565: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2581: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2582: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2592: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2593: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2602: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2603: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2620: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2621: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2629: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2630: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2638: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2639: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2647: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2648: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2656: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2657: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2665: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2666: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2674: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2675: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2683: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2684: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2693: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2694: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2703: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2704: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2713: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2714: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2723: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2724: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2733: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2734: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2743: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2744: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2753: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2754: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 2763: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 2764: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3006: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3007: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3015: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3016: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3024: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3025: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3033: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3034: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3042: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3043: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3072: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3073: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3091: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3092: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3108: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3109: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3123: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3124: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3133: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3134: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3142: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3143: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3151: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3152: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 3160: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 3161: warning: don't use underscores in Go names; var __v should be _V (golint)
    • android-go/gles/gles.go
    • Line 19: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 318: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 513: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • Line 650: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 651: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 695: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 696: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 742: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 743: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 750: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 751: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 758: warning: don't use underscores in Go names; var __ret should be _Ret (golint)
    • Line 759: warning: don't use underscores in Go names; var __v should be _V (golint)
    • Line 985: warning: don't use underscores in Go names; var c_func should be cFunc (golint)
    • android-go/gles3/const.go
    • Line 764: warning: don't use underscores in Go names; const FLOAT_MAT2x3 should be FLOATMAT2x3 (golint)
    • Line 766: warning: don't use underscores in Go names; const FLOAT_MAT2x4 should be FLOATMAT2x4 (golint)
    • Line 768: warning: don't use underscores in Go names; const FLOAT_MAT3x2 should be FLOATMAT3x2 (golint)
    • Line 770: warning: don't use underscores in Go names; const FLOAT_MAT3x4 should be FLOATMAT3x4 (golint)
    • Line 772: warning: don't use underscores in Go names; const FLOAT_MAT4x2 should be FLOATMAT4x2 (golint)
    • Line 774: warning: don't use underscores in Go names; const FLOAT_MAT4x3 should be FLOATMAT4x3 (golint)
    • android-go/android/jni_classes.go
    • Line 23: warning: don't use underscores in Go names; const JClassAttachInfo_Accessor should be JClassAttachInfoAccessor (golint)
    • Line 28: warning: don't use underscores in Go names; const JClassChoreographer_Delegate should be JClassChoreographerDelegate (golint)
    • Line 38: warning: don't use underscores in Go names; const JClassDisplay_Delegate should be JClassDisplayDelegate (golint)
    • Line 68: warning: don't use underscores in Go names; const JClassLayoutInflater_Delegate should be JClassLayoutInflaterDelegate (golint)
    • Line 74: warning: don't use underscores in Go names; const JClassMenuInflater_Delegate should be JClassMenuInflaterDelegate (golint)
    • Line 90: warning: don't use underscores in Go names; const JClassRenderNode_Delegate should be JClassRenderNodeDelegate (golint)
    • Line 111: warning: don't use underscores in Go names; const JClassViewConfiguration_Accessor should be JClassViewConfigurationAccessor (golint)
    • Line 116: warning: don't use underscores in Go names; const JClassViewGroup_Delegate should be JClassViewGroupDelegate (golint)
    • Line 125: warning: don't use underscores in Go names; const JClassViewRootImpl_Delegate should be JClassViewRootImplDelegate (golint)
    • Line 129: warning: don't use underscores in Go names; const JClassView_Delegate should be JClassViewDelegate (golint)
    • Line 142: warning: don't use underscores in Go names; const JClassWindowManagerGlobal_Delegate should be JClassWindowManagerGlobalDelegate (golint)
    • Line 163: warning: don't use underscores in Go names; const JClassInputMethodManager_Accessor should be JClassInputMethodManagerAccessor (golint)
    • Line 164: warning: don't use underscores in Go names; const JClassInputMethodManager_Delegate should be JClassInputMethodManagerDelegate (golint)
    • Line 300: warning: don't use underscores in Go names; const JClassHandlerThread_Delegate should be JClassHandlerThreadDelegate (golint)
    • Line 301: warning: don't use underscores in Go names; const JClassHandler_Delegate should be JClassHandlerDelegate (golint)
    • Line 306: warning: don't use underscores in Go names; const JClassLooper_Accessor should be JClassLooperAccessor (golint)
    • Line 345: warning: don't use underscores in Go names; const JClassSystemClock_Delegate should be JClassSystemClockDelegate (golint)
    • Line 347: warning: don't use underscores in Go names; const JClassSystemProperties_Delegate should be JClassSystemPropertiesDelegate (golint)
    • Line 383: warning: don't use underscores in Go names; const JClassAndroidBidi_Delegate should be JClassAndroidBidiDelegate (golint)
    • Line 397: warning: don't use underscores in Go names; const JClassHyphenator_Delegate should be JClassHyphenatorDelegate (golint)
    • Line 420: warning: don't use underscores in Go names; const JClassStaticLayout_Delegate should be JClassStaticLayoutDelegate (golint)
    • Line 571: warning: don't use underscores in Go names; const JClassLog_Delegate should be JClassLogDelegate (golint)
    • Line 624: warning: don't use underscores in Go names; const JClassXml_Delegate should be JClassXMLDelegate (golint)
    • android-go/egl/errors.go
    • Line 5: warning: exported function Error should have comment or be unexported (golint)
    • Line 43: warning: exported var ErrUnknown should have comment or be unexported (golint)
    • android-go/example-egl/sensor.go
    • Line 11: warning: exported type SensorMan should have comment or be unexported (golint)
    • Line 29: warning: exported function NewSensorMan should have comment or be unexported (golint)
    • Line 91: warning: exported method SensorMan.Start should have comment or be unexported (golint)
    • Line 98: warning: exported method SensorMan.Stop should have comment or be unexported (golint)
    • Line 105: warning: exported method SensorMan.Destroy should have comment or be unexported (golint)
    • android-go/gles/const.go
    • Line 724: warning: don't use underscores in Go names; const OES_read_format should be OESReadFormat (golint)
    • Line 726: warning: don't use underscores in Go names; const OES_compressed_paletted_texture should be OESCompressedPalettedTexture (golint)
    • Line 728: warning: don't use underscores in Go names; const OES_point_size_array should be OESPointSizeArray (golint)
    • Line 730: warning: don't use underscores in Go names; const OES_point_sprite should be OESPointSprite (golint)
    • android-go/gles31/const.go
    • Line 764: warning: don't use underscores in Go names; const FLOAT_MAT2x3 should be FLOATMAT2x3 (golint)
    • Line 766: warning: don't use underscores in Go names; const FLOAT_MAT2x4 should be FLOATMAT2x4 (golint)
    • Line 768: warning: don't use underscores in Go names; const FLOAT_MAT3x2 should be FLOATMAT3x2 (golint)
    • Line 770: warning: don't use underscores in Go names; const FLOAT_MAT3x4 should be FLOATMAT3x4 (golint)
    • Line 772: warning: don't use underscores in Go names; const FLOAT_MAT4x2 should be FLOATMAT4x2 (golint)
    • Line 774: warning: don't use underscores in Go names; const FLOAT_MAT4x3 should be FLOATMAT4x3 (golint)
    • android-go/android/helpers.go
    • Line 3: warning: exported type Unwind should have comment or be unexported (golint)
    • Line 5: warning: exported method Unwind.Add should have comment or be unexported (golint)
    • Line 9: warning: exported method Unwind.Unwind should have comment or be unexported (golint)
    • Line 15: warning: exported method Unwind.Discard should have comment or be unexported (golint)
    • android-go/android/jni_util.go
    • Line 5: warning: exported type SoftKeyboardState should have comment or be unexported (golint)
    • Line 8: warning: exported const SoftKeyboardHidden should have comment (or a comment on this block) or be unexported (golint)
    • android-go/egl/display_handle.go
    • Line 11: warning: exported type DisplayHandle should have comment or be unexported (golint)
    • Line 20: warning: exported method DisplayHandle.EGLDisplay should have comment or be unexported (golint)
    • Line 24: warning: exported method DisplayHandle.EGLSurface should have comment or be unexported (golint)
    • Line 28: warning: exported method DisplayHandle.EGLContext should have comment or be unexported (golint)
    • Line 32: warning: exported method DisplayHandle.Destroy should have comment or be unexported (golint)
    • Line 135: warning: exported method DisplayHandle.UpdateDimensions should have comment or be unexported (golint)
    • Line 143: warning: exported method DisplayHandle.SwapBuffers should have comment or be unexported (golint)
    • android-go/app/events.go
    • Line 17: warning: exported type LifecycleEvent should have comment or be unexported (golint)
    • Line 22: warning: exported type LifecycleEventKind should have comment or be unexported (golint)
    • Line 25: warning: exported const OnCreate should have comment (or a comment on this block) or be unexported (golint)
    • Line 104: warning: exported type SaveStateFunc should have comment or be unexported (golint)
    • Line 120: warning: exported type WindowFocusEvent should have comment or be unexported (golint)
    • Line 145: warning: exported type NativeWindowEvent should have comment or be unexported (golint)
    • Line 151: warning: exported type NativeWindowEventKind should have comment or be unexported (golint)
    • Line 154: warning: exported const NativeWindowCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 236: warning: exported type InputQueueEvent should have comment or be unexported (golint)
    • Line 242: warning: exported type InputQueueEventKind should have comment or be unexported (golint)
    • Line 245: warning: exported const QueueCreated should have comment (or a comment on this block) or be unexported (golint)
    • Line 295: warning: exported type ContentRectEvent should have comment or be unexported (golint)
    • Line 320: warning: exported type ActivityEvent should have comment or be unexported (golint)
    • Line 325: warning: exported type ActivityEventKind should have comment or be unexported (golint)
    • Line 328: warning: exported const OnConfigurationChanged should have comment (or a comment on this block) or be unexported (golint)
    • android-go/app/queue.go
    • Line 10: warning: exported var SkipInputEvents should have comment or be unexported (golint)
    • Line 12: warning: exported var LogInputEvents should have comment or be unexported (golint)
    • Line 30: warning: exported function HandleInputQueues should have comment or be unexported (golint)

gocyclo94%

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.


ineffassign98%

IneffAssign detects ineffectual assignments in Go code.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!