Add memoization utility #4
Annotations
3 errors and 10 warnings
golangci-lint:
textarea/textarea.go#L6
File is not `goimports`-ed (goimports)
|
golangci-lint:
textarea/textarea.go#L1297
unnecessary leading newline (whitespace)
|
golangci-lint
issues found
|
Install Go
Restore cache failed: Dependencies file is not found in /home/runner/work/bubbles/bubbles. Supported file pattern: go.sum
|
golangci-lint:
textarea/memoization/memoization.go#L10
exported: exported type Hasher should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L39
exported: exported method MemoCache.Capacity should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L43
exported: exported method MemoCache.Size should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L97
exported: exported type HString should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L99
exported: exported method HString.Hash should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L103
exported: exported type HInt should have comment or be unexported (revive)
|
golangci-lint:
textarea/memoization/memoization.go#L105
exported: exported method HInt.Hash should have comment or be unexported (revive)
|
golangci-lint:
textarea/textarea.go#L134
exported: exported type WrapInput should have comment or be unexported (revive)
|
golangci-lint:
textarea/textarea.go#L139
exported: exported method WrapInput.Hash should have comment or be unexported (revive)
|
The logs for this run have expired and are no longer available.
Loading