add jet #263
Annotations
2 errors and 1 warning
GoLint:
bench/jet.go#L65
[golangci] reported by reviewdog 🐶
S1001: should use copy(to, from) instead of a loop (gosimple)
Raw Output:
bench/jet.go:65:2: S1001: should use copy(to, from) instead of a loop (gosimple)
for i, m := range ms {
^
|
GoLint
reviewdog exited with status code: 1
|
GoLint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|