2025 01 25 Project cleanup #5
Annotations
9 errors
gofumpt
Process completed with exit code 1.
|
govet:
examples/example_imports_function_test.go#L28
ExampleImportsFunction refers to unknown identifier: ImportsFunction
|
govet
Process completed with exit code 1.
|
staticcheck:
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)
|
staticcheck:
wasmer/config_opcodes.go#L9
only the first constant in this group has an explicit type (SA9004)
|
staticcheck:
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)
|
staticcheck:
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)
|
staticcheck:
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)
|
staticcheck
Process completed with exit code 1.
|