Preparing report...

Report for github.com/janelia-flyem/dvid

(v0.9.15)

A    Great!    Found 124 issues across 215 files

Tweet

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!


gofmt69%

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


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


gocyclo62%

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.

    • datatype/imageblk/read.go
    • Line 453: warning: cyclomatic complexity 19 of function (*Data).GetBlocks() is high (> 15) (gocyclo)
    • Line 323: warning: cyclomatic complexity 18 of function (*Data).GetVoxels() is high (> 15) (gocyclo)
    • Line 63: warning: cyclomatic complexity 18 of function (*Voxels).readScaledBlock() is high (> 15) (gocyclo)
    • datatype/labelmap/labelidx.go
    • Line 1504: warning: cyclomatic complexity 18 of function (*Data).listLabels() is high (> 15) (gocyclo)
    • Line 1126: warning: cyclomatic complexity 18 of function (*Data).getLegacyRLEs() is high (> 15) (gocyclo)
    • Line 860: warning: cyclomatic complexity 17 of function (*Data).addBoundedRLEs() is high (> 15) (gocyclo)
    • datastore/copy_local.go
    • Line 954: warning: cyclomatic complexity 31 of function copyVersions() is high (> 15) (gocyclo)
    • Line 152: warning: cyclomatic complexity 27 of function FlattenMetadata() is high (> 15) (gocyclo)
    • Line 768: warning: cyclomatic complexity 22 of function copyData() is high (> 15) (gocyclo)
    • Line 506: warning: cyclomatic complexity 21 of function LimitVersions() is high (> 15) (gocyclo)
    • Line 681: warning: cyclomatic complexity 19 of function CopyInstance() is high (> 15) (gocyclo)
    • Line 393: warning: cyclomatic complexity 17 of function MigrateInstance() is high (> 15) (gocyclo)
    • datatype/labelarray/labelarray_test.go
    • Line 1344: warning: cyclomatic complexity 28 of function testLabels() is high (> 15) (gocyclo)
    • Line 563: warning: cyclomatic complexity 17 of function (*labelVol).testBlocks() is high (> 15) (gocyclo)
    • Line 269: warning: cyclomatic complexity 16 of function (*testVolume).testGetBlocks() is high (> 15) (gocyclo)
    • server/rpc.go
    • Line 317: warning: cyclomatic complexity 81 of function handleCommand() is high (> 15) (gocyclo)
    • datatype/labelmap/mutate.go
    • Line 718: warning: cyclomatic complexity 41 of function (*Data).SplitSupervoxel() is high (> 15) (gocyclo)
    • Line 536: warning: cyclomatic complexity 25 of function (*Data).SplitLabels() is high (> 15) (gocyclo)
    • Line 47: warning: cyclomatic complexity 19 of function (*Data).MergeLabels() is high (> 15) (gocyclo)
    • Line 176: warning: cyclomatic complexity 17 of function (*Data).CleaveLabel() is high (> 15) (gocyclo)
    • datatype/labelarray/mutate_test.go
    • Line 663: warning: cyclomatic complexity 29 of function TestSplitCoarseLabel() is high (> 15) (gocyclo)
    • Line 794: warning: cyclomatic complexity 29 of function TestSplitCoarseGivenLabel() is high (> 15) (gocyclo)
    • Line 335: warning: cyclomatic complexity 23 of function TestSparseVolumes() is high (> 15) (gocyclo)
    • Line 1090: warning: cyclomatic complexity 18 of function TestMergeSplitLabel() is high (> 15) (gocyclo)
    • Line 1644: warning: cyclomatic complexity 17 of function (testBody).splitmerge() is high (> 15) (gocyclo)
    • Line 1209: warning: cyclomatic complexity 17 of function TestMultiscaleMergeSplit() is high (> 15) (gocyclo)
    • Line 87: warning: cyclomatic complexity 16 of function (testBody).checkSparseVol() is high (> 15) (gocyclo)
    • datatype/labelarray/labelarray.go
    • Line 2635: warning: cyclomatic complexity 40 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 2083: warning: cyclomatic complexity 38 of function (*Data).ReceiveBlocks() is high (> 15) (gocyclo)
    • Line 1864: warning: cyclomatic complexity 31 of function (*Data).sendBlock() is high (> 15) (gocyclo)
    • Line 3006: warning: cyclomatic complexity 25 of function (*Data).handleDataRequest() is high (> 15) (gocyclo)
    • Line 2342: warning: cyclomatic complexity 24 of function compressGoogle() is high (> 15) (gocyclo)
    • Line 1988: warning: cyclomatic complexity 18 of function (*Data).SendBlocks() is high (> 15) (gocyclo)
    • Line 2488: warning: cyclomatic complexity 16 of function sendBinaryData() is high (> 15) (gocyclo)
    • Line 3199: warning: cyclomatic complexity 16 of function (*Data).handleSparsevol() is high (> 15) (gocyclo)
    • datatype/labelblk/read.go
    • Line 320: warning: cyclomatic complexity 21 of function (*Labels).readMappedBlock() is high (> 15) (gocyclo)
    • Line 79: warning: cyclomatic complexity 17 of function (*Data).GetLabels() is high (> 15) (gocyclo)
    • datatype/labelarray/read.go
    • Line 268: warning: cyclomatic complexity 21 of function (*Labels).readMappedBlock() is high (> 15) (gocyclo)
    • Line 79: warning: cyclomatic complexity 19 of function (*Data).GetLabels() is high (> 15) (gocyclo)
    • Line 190: warning: cyclomatic complexity 16 of function (*Data).readChunk() is high (> 15) (gocyclo)
    • datastore/repo_local.go
    • Line 478: warning: cyclomatic complexity 53 of function (*repoManager).loadVersion0() is high (> 15) (gocyclo)
    • Line 68: warning: cyclomatic complexity 31 of function Initialize() is high (> 15) (gocyclo)
    • Line 1936: warning: cyclomatic complexity 22 of function (*repoManager).findMatch() is high (> 15) (gocyclo)
    • Line 2916: warning: cyclomatic complexity 18 of function (*dagT).getAncestryByBranch() is high (> 15) (gocyclo)
    • Line 740: warning: cyclomatic complexity 18 of function (*repoManager).loadMetadata() is high (> 15) (gocyclo)
    • Line 1700: warning: cyclomatic complexity 17 of function (*repoManager).newVersion() is high (> 15) (gocyclo)
    • datatype/googlevoxels/googlevoxels.go
    • Line 222: warning: cyclomatic complexity 27 of function (*Type).NewDataService() is high (> 15) (gocyclo)
    • Line 1048: warning: cyclomatic complexity 19 of function (*Data).serveVolume() is high (> 15) (gocyclo)
    • Line 964: warning: cyclomatic complexity 18 of function (*Data).serveTile() is high (> 15) (gocyclo)
    • datastore/push_local.go
    • Line 169: warning: cyclomatic complexity 27 of function PushData() is high (> 15) (gocyclo)
    • Line 454: warning: cyclomatic complexity 18 of function (*pusher).readRepo() is high (> 15) (gocyclo)
    • datatype/annotation/annotation.go
    • Line 2894: warning: cyclomatic complexity 74 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 2503: warning: cyclomatic complexity 30 of function (*Data).resyncInMemory() is high (> 15) (gocyclo)
    • Line 2655: warning: cyclomatic complexity 27 of function (*Data).resyncLowMemory() is high (> 15) (gocyclo)
    • Line 2169: warning: cyclomatic complexity 17 of function (*Data).StoreElements() is high (> 15) (gocyclo)
    • Line 2340: warning: cyclomatic complexity 17 of function (*Data).MoveElement() is high (> 15) (gocyclo)
    • datatype/labelvol/labelvol_test.go
    • Line 1061: warning: cyclomatic complexity 23 of function TestMultiscaleMergeSplit() is high (> 15) (gocyclo)
    • Line 842: warning: cyclomatic complexity 21 of function TestSplitCoarseGivenLabel() is high (> 15) (gocyclo)
    • Line 740: warning: cyclomatic complexity 21 of function TestSplitCoarseLabel() is high (> 15) (gocyclo)
    • Line 938: warning: cyclomatic complexity 18 of function TestMergeSplitLabel() is high (> 15) (gocyclo)
    • Line 87: warning: cyclomatic complexity 16 of function (testBody).checkSparseVol() is high (> 15) (gocyclo)
    • datatype/labelgraph/labelgraph.go
    • Line 1311: warning: cyclomatic complexity 28 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 1011: warning: cyclomatic complexity 27 of function (*Data).handlePropertyTransaction() is high (> 15) (gocyclo)
    • Line 642: warning: cyclomatic complexity 25 of function (*Data).handleSubgraphBulk() is high (> 15) (gocyclo)
    • Line 865: warning: cyclomatic complexity 23 of function (*Data).handleMerge() is high (> 15) (gocyclo)
    • Line 1166: warning: cyclomatic complexity 20 of function (*Data).handleProperty() is high (> 15) (gocyclo)
    • Line 765: warning: cyclomatic complexity 18 of function (*Data).handleWeightUpdate() is high (> 15) (gocyclo)
    • dvid/volumes.go
    • Line 1455: warning: cyclomatic complexity 19 of function (*SparseVol).SurfaceSerialization() is high (> 15) (gocyclo)
    • Line 773: warning: cyclomatic complexity 17 of function (RLEs).FitToBounds() is high (> 15) (gocyclo)
    • Line 1253: warning: cyclomatic complexity 16 of function (IZYXSlice).FitToBounds() is high (> 15) (gocyclo)
    • datatype/labelvol/labelvol.go
    • Line 912: warning: cyclomatic complexity 96 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 1595: warning: cyclomatic complexity 22 of function (*Data).GetSparseVol() is high (> 15) (gocyclo)
    • datatype/imageblk/imageblk.go
    • Line 2177: warning: cyclomatic complexity 88 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 2009: warning: cyclomatic complexity 42 of function (*Data).SendBlocks() is high (> 15) (gocyclo)
    • Line 923: warning: cyclomatic complexity 25 of function (*Properties).setByConfig() is high (> 15) (gocyclo)
    • Line 1911: warning: cyclomatic complexity 21 of function (*Data).SendBlocksSpecific() is high (> 15) (gocyclo)
    • Line 1624: warning: cyclomatic complexity 20 of function (*Data).foregroundROI() is high (> 15) (gocyclo)
    • Line 1725: warning: cyclomatic complexity 16 of function (*Data).DoRPC() is high (> 15) (gocyclo)
    • datatype/labelmap/labelmap.go
    • Line 3385: warning: cyclomatic complexity 60 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 2782: warning: cyclomatic complexity 33 of function (*Data).ReceiveBlocks() is high (> 15) (gocyclo)
    • Line 2520: warning: cyclomatic complexity 32 of function (*Data).transcodeBlock() is high (> 15) (gocyclo)
    • Line 2943: warning: cyclomatic complexity 27 of function (*Data).DoRPC() is high (> 15) (gocyclo)
    • Line 3995: warning: cyclomatic complexity 26 of function (*Data).handleIndices() is high (> 15) (gocyclo)
    • Line 4366: warning: cyclomatic complexity 25 of function (*Data).handleDataRequest() is high (> 15) (gocyclo)
    • Line 3095: warning: cyclomatic complexity 24 of function compressGoogle() is high (> 15) (gocyclo)
    • Line 2661: warning: cyclomatic complexity 22 of function (*Data).SendBlocks() is high (> 15) (gocyclo)
    • Line 2343: warning: cyclomatic complexity 21 of function (*Data).sendBlocksSpecific() is high (> 15) (gocyclo)
    • Line 3851: warning: cyclomatic complexity 20 of function (*Data).handleIndex() is high (> 15) (gocyclo)
    • Line 5369: warning: cyclomatic complexity 16 of function (*Data).GetLabelPoints() is high (> 15) (gocyclo)
    • Line 1729: warning: cyclomatic complexity 16 of function NewData() is high (> 15) (gocyclo)
    • Line 3241: warning: cyclomatic complexity 16 of function sendBinaryData() is high (> 15) (gocyclo)
    • Line 4747: warning: cyclomatic complexity 16 of function (*Data).handleSparsevol() is high (> 15) (gocyclo)
    • datastore/datastore.go
    • Line 648: warning: cyclomatic complexity 20 of function GetStorageDetails() is high (> 15) (gocyclo)
    • Line 506: warning: cyclomatic complexity 20 of function DeleteConflicts() is high (> 15) (gocyclo)
    • storage/swift/store.go
    • Line 763: warning: cyclomatic complexity 20 of function (*Store).DeleteAll() is high (> 15) (gocyclo)
    • Line 444: warning: cyclomatic complexity 17 of function (*Store).keyRange() is high (> 15) (gocyclo)
    • Line 74: warning: cyclomatic complexity 17 of function NewStore() is high (> 15) (gocyclo)
    • datatype/imageblk/write.go
    • Line 215: warning: cyclomatic complexity 17 of function (*Data).PutBlocks() is high (> 15) (gocyclo)
    • Line 317: warning: cyclomatic complexity 17 of function (*Data).putChunk() is high (> 15) (gocyclo)
    • datatype/labelarray/labelidx.go
    • Line 1008: warning: cyclomatic complexity 17 of function (*Data).getLegacyRLE() is high (> 15) (gocyclo)
    • Line 377: warning: cyclomatic complexity 17 of function ChangeLabelIndex() is high (> 15) (gocyclo)
    • Line 266: warning: cyclomatic complexity 17 of function GetMappedLabelSetIndex() is high (> 15) (gocyclo)
    • Line 757: warning: cyclomatic complexity 17 of function (*Data).addBoundedRLEs() is high (> 15) (gocyclo)
    • datatype/keyvalue/keyvalue.go
    • Line 602: warning: cyclomatic complexity 42 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 818: warning: cyclomatic complexity 31 of function (*Data).sendJSONValuesInRange() is high (> 15) (gocyclo)
    • datatype/common/labels/compressed_test.go
    • Line 796: warning: cyclomatic complexity 40 of function TestBinaryBlocks() is high (> 15) (gocyclo)
    • Line 541: warning: cyclomatic complexity 31 of function TestBlockReplaceLabel() is high (> 15) (gocyclo)
    • Line 387: warning: cyclomatic complexity 19 of function TestSolidBlockRLE() is high (> 15) (gocyclo)
    • Line 481: warning: cyclomatic complexity 18 of function TestBlockMerge() is high (> 15) (gocyclo)
    • Line 141: warning: cyclomatic complexity 17 of function blockTest() is high (> 15) (gocyclo)
    • Line 228: warning: cyclomatic complexity 17 of function TestBlockCompression() is high (> 15) (gocyclo)
    • datatype/labelvol/merge_split.go
    • Line 227: warning: cyclomatic complexity 23 of function (*Data).SplitLabels() is high (> 15) (gocyclo)
    • Line 408: warning: cyclomatic complexity 20 of function (*Data).SplitCoarseLabels() is high (> 15) (gocyclo)
    • Line 88: warning: cyclomatic complexity 19 of function (*Data).asyncMergeLabels() is high (> 15) (gocyclo)
    • datatype/keyvalue/keyvalue_test.go
    • Line 435: warning: cyclomatic complexity 82 of function TestKeyvalueVersioning() is high (> 15) (gocyclo)
    • Line 302: warning: cyclomatic complexity 22 of function TestKeyvalueUnversioned() is high (> 15) (gocyclo)
    • Line 158: warning: cyclomatic complexity 17 of function testRequest() is high (> 15) (gocyclo)
    • datatype/labelblk/labelblk.go
    • Line 1258: warning: cyclomatic complexity 82 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • Line 783: warning: cyclomatic complexity 25 of function (*Data).SendBlocks() is high (> 15) (gocyclo)
    • Line 979: warning: cyclomatic complexity 24 of function compressGoogle() is high (> 15) (gocyclo)
    • Line 1125: warning: cyclomatic complexity 16 of function sendBinaryData() is high (> 15) (gocyclo)
    • datatype/labelmap/read.go
    • Line 135: warning: cyclomatic complexity 21 of function (*Data).GetLabels() is high (> 15) (gocyclo)
    • Line 248: warning: cyclomatic complexity 17 of function (*Data).readChunk() is high (> 15) (gocyclo)
    • datatype/annotation/sync.go
    • Line 846: warning: cyclomatic complexity 21 of function (*Data).splitLabels() is high (> 15) (gocyclo)
    • Line 260: warning: cyclomatic complexity 20 of function (*Data).handleSyncMessage() is high (> 15) (gocyclo)
    • Line 628: warning: cyclomatic complexity 19 of function (*Data).cleaveLabels() is high (> 15) (gocyclo)
    • Line 733: warning: cyclomatic complexity 17 of function (*Data).splitLabelsCoarse() is high (> 15) (gocyclo)
    • Line 454: warning: cyclomatic complexity 16 of function (*Data).mutateBlock() is high (> 15) (gocyclo)
    • datatype/common/labels/index.go
    • Line 92: warning: cyclomatic complexity 19 of function (Index).Equal() is high (> 15) (gocyclo)
    • Line 451: warning: cyclomatic complexity 17 of function (*Index).ModifyBlocks() is high (> 15) (gocyclo)
    • datatype/imagetile/imagetile.go
    • Line 1371: warning: cyclomatic complexity 64 of function (*Data).ConstructTiles() is high (> 15) (gocyclo)
    • Line 842: warning: cyclomatic complexity 34 of function (*Data).ServeHTTP() is high (> 15) (gocyclo)
    • storage/gbucket/gbucket.go
    • Line 384: warning: cyclomatic complexity 27 of function (*GBucket).valuePatch() is high (> 15) (gocyclo)
    • Line 1143: warning: cyclomatic complexity 19 of function (*GBucket).getKeysInRange() is high (> 15) (gocyclo)
    • Line 2310: warning: cyclomatic complexity 18 of function (*goBuffer).Flush() is high (> 15) (gocyclo)
    • Line 1827: warning: cyclomatic complexity 16 of function (*GBucket).Patch() is high (> 15) (gocyclo)
    • datatype/labelmap/mutation_log.go
    • Line 84: warning: cyclomatic complexity 22 of function processMutationLogStream() is high (> 15) (gocyclo)
    • Line 18: warning: cyclomatic complexity 16 of function (*Data).GetMutationHistory() is high (> 15) (gocyclo)
    • datatype/labelmap/labelmap_test.go
    • Line 1847: warning: cyclomatic complexity 51 of function TestBlocksWithMerge() is high (> 15) (gocyclo)
    • Line 1521: warning: cyclomatic complexity 46 of function TestPostBlocks() is high (> 15) (gocyclo)
    • Line 2052: warning: cyclomatic complexity 31 of function testLabels() is high (> 15) (gocyclo)
    • Line 939: warning: cyclomatic complexity 20 of function TestLabelarrayRepoPersistence() is high (> 15) (gocyclo)
    • Line 1178: warning: cyclomatic complexity 19 of function TestMultiscaleIngest() is high (> 15) (gocyclo)
    • Line 295: warning: cyclomatic complexity 16 of function (*testVolume).testGetBlocks() is high (> 15) (gocyclo)
    • server/web.go
    • Line 1164: warning: cyclomatic complexity 33 of function instanceSelector() is high (> 15) (gocyclo)
    • Line 2197: warning: cyclomatic complexity 16 of function repoResolveHandler() is high (> 15) (gocyclo)
    • datatype/common/labels/compressed.go
    • Line 176: warning: cyclomatic complexity 38 of function (PositionedBlock).splitFast() is high (> 15) (gocyclo)
    • Line 2274: warning: cyclomatic complexity 33 of function (*PositionedBlock).WriteBinaryBlock() is high (> 15) (gocyclo)
    • Line 2498: warning: cyclomatic complexity 29 of function (*subvolumeData).encodeBlock() is high (> 15) (gocyclo)
    • Line 1909: warning: cyclomatic complexity 25 of function (*PositionedBlock).writeRLEs() is high (> 15) (gocyclo)
    • Line 2079: warning: cyclomatic complexity 23 of function (*BinaryBlock).Read() is high (> 15) (gocyclo)
    • Line 612: warning: cyclomatic complexity 20 of function (Block).calcNumLabels() is high (> 15) (gocyclo)
    • Line 706: warning: cyclomatic complexity 19 of function (*Block).getNumVoxels() is high (> 15) (gocyclo)
    • Line 1405: warning: cyclomatic complexity 19 of function downresSubBlock() is high (> 15) (gocyclo)
    • Line 794: warning: cyclomatic complexity 17 of function (*Block).GetPointLabels() is high (> 15) (gocyclo)
    • Line 1112: warning: cyclomatic complexity 16 of function DownresLabels() is high (> 15) (gocyclo)
    • dvid/image.go
    • Line 85: warning: cyclomatic complexity 18 of function ImageFromGoImage() is high (> 15) (gocyclo)
    • Line 607: warning: cyclomatic complexity 17 of function (*Image).ResizeImage() is high (> 15) (gocyclo)
    • Line 750: warning: cyclomatic complexity 17 of function (*Image).InterpolateImage() is high (> 15) (gocyclo)
    • Line 430: warning: cyclomatic complexity 16 of function (*Image).MarshalBinary() is high (> 15) (gocyclo)
    • storage/kafka.go
    • Line 70: warning: cyclomatic complexity 16 of function (KafkaConfig).Initialize() is high (> 15) (gocyclo)
    • datatype/labelmap/mutate_test.go
    • Line 2253: warning: cyclomatic complexity 77 of function TestMultiscaleMergeCleave() is high (> 15) (gocyclo)
    • Line 1972: warning: cyclomatic complexity 70 of function TestMergeCleave() is high (> 15) (gocyclo)
    • Line 712: warning: cyclomatic complexity 34 of function TestMergeLabels() is high (> 15) (gocyclo)
    • Line 2789: warning: cyclomatic complexity 32 of function TestConcurrentMutations() is high (> 15) (gocyclo)
    • Line 1108: warning: cyclomatic complexity 30 of function TestArbitrarySplit() is high (> 15) (gocyclo)
    • Line 867: warning: cyclomatic complexity 27 of function TestSplitLabel() is high (> 15) (gocyclo)
    • Line 1479: warning: cyclomatic complexity 25 of function TestSupervoxelSplit2() is high (> 15) (gocyclo)
    • Line 1711: warning: cyclomatic complexity 22 of function testSplitSupervoxel() is high (> 15) (gocyclo)
    • Line 2970: warning: cyclomatic complexity 18 of function mergeCleave() is high (> 15) (gocyclo)
    • Line 517: warning: cyclomatic complexity 17 of function TestSparseVolumes() is high (> 15) (gocyclo)
    • Line 1857: warning: cyclomatic complexity 17 of function TestCompleteSplitSupervoxel() is high (> 15) (gocyclo)
    • Line 1418: warning: cyclomatic complexity 17 of function checkVoxels() is high (> 15) (gocyclo)
    • Line 269: warning: cyclomatic complexity 16 of function (testBody).checkSparseVol() is high (> 15) (gocyclo)
    • Line 3059: warning: cyclomatic complexity 16 of function runTestBlocksExtents() is high (> 15) (gocyclo)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell93%

Misspell Finds commonly misspelled English words

    • storage/context.go
    • Line 58: warning: "versiones" is a misspelling of "versions" (misspell)
    • Line 574: warning: "overriden" is a misspelling of "overridden" (misspell)
    • datatype/labelmap/labelmap.go
    • Line 537: warning: "hexidecimal" is a misspelling of "hexadecimal" (misspell)
    • Line 572: warning: "hexidecimal" is a misspelling of "hexadecimal" (misspell)
    • Line 576: warning: "occured" is a misspelling of "occurred" (misspell)
    • Line 865: warning: "hexidecimal" is a misspelling of "hexadecimal" (misspell)
    • dvid/data.go
    • Line 61: warning: "hexidecimal" is a misspelling of "hexadecimal" (misspell)
    • Line 82: warning: "hexidecimal" is a misspelling of "hexadecimal" (misspell)