hapi666
hapi666
GET localhost:3000/v2/https 得到的结果是空 json 如下:  相应的,数据库中也无 https 代理 IP.
看着好不舒服
https://github.com/EDDYCJY/go-grpc-example/blob/0f68708edbcbb3c21715c190642c50c71241963c/server/stream_server/server.go#L60 https://github.com/EDDYCJY/go-grpc-example/blob/0f68708edbcbb3c21715c190642c50c71241963c/server/stream_server/server.go#L89 These two pieces of code cannot be executed and should be deleted.
env: ```bash reviewdog version: 0.14.2 golangci-lint version: v1.52.2 golang version: 1.20.2 ``` .gitlab-ci.yml: ```yaml script: - set +o pipefail - golangci-lint --version - git fetch - reviewdog -reporter=gitlab-mr-discussion -tee ```...