optakt / flow-dps

Flow Data Provisioning Service
Apache License 2.0
29 stars 13 forks source link

Remove resetta dispatcher server #534

Closed zhangchiqing closed 1 year ago

zhangchiqing commented 1 year ago

Goal of this PR

This breaks make lint:

cmd/rosetta-dispatcher-server/main.go:11:2: SA1019: "io/ioutil" has been deprecated since Go 1.16: 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. (staticcheck)
        "io/ioutil"
        ^

Remove this command line, as it's not being used.