diff options
author | Valery Piashchynski <[email protected]> | 2020-11-16 15:11:27 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-11-16 15:11:27 +0300 |
commit | d40ff179e43a02726bfa4298e523a16c79a88cea (patch) | |
tree | 2677952acd0a396f1950b2e85cae62e8b9818d7a /Makefile | |
parent | a7ba4df83b4f2c67a3a0fb9d1dd35663935c90be (diff) |
Rename app->server
Rename Config -> PoolConfig
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,6 +3,6 @@ test: go test -v -race -cover ./plugins/rpc -tags=debug go test -v -race -cover ./plugins/rpc/tests -tags=debug go test -v -race -cover ./plugins/config/tests -tags=debug - go test -v -race -cover ./plugins/app/tests -tags=debug + go test -v -race -cover ./plugins/server/tests -tags=debug go test -v -race -cover ./plugins/logger/tests -tags=debug go test -v -race -cover ./plugins/metrics/tests -tags=debug
\ No newline at end of file |