neo-go/cli/server
Anna Shaleva 6b21ad9922 *: replace interface{} with any keyword
Everywhere including examples, external interop APIs, bindings generators
code and in other valuable places. A couple of `interface{}` usages are
intentionally left in the CHANGELOG.md, documentation and tests.
2023-04-04 13:22:42 +03:00
..
testdata cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
cli_dump_test.go docs: fix supported database types 2022-10-07 15:56:34 +03:00
cli_server_test.go docs: fix supported database types 2022-10-07 15:56:34 +03:00
dump.go storage: move Operation into package of its own 2022-07-08 23:30:30 +03:00
dump_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
server.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
server_test.go network: allow multiple bind addresses for server 2022-12-07 13:06:03 +03:00
signals_unix.go *: bump minimum supported go version 2022-08-08 13:59:32 +03:00
signals_windows.go *: bump minimum supported go version 2022-08-08 13:59:32 +03:00