neo-go/pkg
Ekaterina Pavlova cf2e6296b7 *: fix linter gofmt errors
```
pkg/vm/stackitem/json_test.go:11                   gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
pkg/core/native/native_test/cryptolib_test.go:471  gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`
pkg/rpcclient/nns/contract_test.go:585             gofmt       File is
not `gofmt`-ed with `-s` `-r 'interface{} -> any'`

```

Signed-off-by: Ekaterina Pavlova <ekt@morphbits.io>
2024-09-26 13:29:04 +03:00
..
compiler *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
config services: add new service for fetching blocks from NeoFS 2024-09-11 08:50:31 +04:00
consensus *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
core *: fix linter gofmt errors 2024-09-26 13:29:04 +03:00
crypto *: improve for loop syntax 2024-08-30 21:45:18 +03:00
encoding *: improve for loop syntax 2024-08-30 21:45:18 +03:00
interop go.mod: update to Go 1.22+ 2024-08-30 17:00:11 +03:00
io *: improve for loop syntax 2024-08-30 21:45:18 +03:00
neorpc *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
neotest *: improve for loop syntax 2024-08-30 21:45:18 +03:00
network *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
rpcclient *: fix linter gofmt errors 2024-09-26 13:29:04 +03:00
services *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
smartcontract *: fix linter exhaustive errors 2024-09-26 13:29:03 +03:00
util *: improve for loop syntax 2024-08-30 21:45:18 +03:00
vm *: fix linter gofmt errors 2024-09-26 13:29:04 +03:00
wallet *: use slices.Index/slices.Contains where appropriate 2024-08-27 08:24:52 +03:00