Skip to content

🐛 fix: panic occurs when passing nil in sub-slice. see issues #223 #426

🐛 fix: panic occurs when passing nil in sub-slice. see issues #223

🐛 fix: panic occurs when passing nil in sub-slice. see issues #223 #426

Triggered via push December 13, 2023 02:28
Status Failure
Total duration 45s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

go.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
linter: validating.go#L230
type `value` is unused (unused)
linter
issues found
linter: util.go#L261
unused-parameter: parameter 'srcKind' seems to be unused, consider removing or renaming it as _ (revive)
linter: value_test.go#L94
var-naming: don't use underscores in Go names; var foo_bar should be fooBar (revive)