2025 01 25 Project cleanup #4
Annotations
6 errors
Code QA:
examples/appendices/simple.go#L6
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
|
Code QA:
wasmer/config_opcodes.go#L9
only the first constant in this group has an explicit type (SA9004)
|
Code QA:
wasmer/memory.go#L102
reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (SA1019)
|
Code QA:
wasmer/utils_test.go#L4
"io/ioutil" has been deprecated since Go 1.19: As of Go 1.16, the same functionality is now provided by package [io] or package [os], and those implementations should be preferred in new code. See the specific function documentation for details. (SA1019)
|
Code QA:
wasmer/wasi.go#L298
reflect.SliceHeader has been deprecated since Go 1.21 and an alternative has been available since Go 1.17: Use unsafe.Slice or unsafe.SliceData instead. (SA1019)
|
Code QA
Process completed with exit code 1.
|