johnsonjh/gohighway

View on GitHub
highway.go

Summary

Maintainability
A
0 mins
Test Coverage

2: cannot find package "github.com/intel-go/cpuid" in any of:
Open

    "github.com/intel-go/cpuid"
Severity: Minor
Found in highway.go by govet

exported type Lanes should have comment or be unexported
Open

type Lanes [NumLanes]uint64
Severity: Minor
Found in highway.go by golint

exported function Hash should have comment or be unexported
Open

func Hash(key Lanes, bytes []byte) uint64 {
Severity: Minor
Found in highway.go by golint

exported const NumLanes should have comment (or a comment on this block) or be unexported
Open

    NumLanes   = 4
Severity: Minor
Found in highway.go by golint

There are no issues that match your filters.

Category
Status