chg(balancer): Move balancer-v2 and worker to separate packages.
authorsgf <sgf.dma@gmail.com>
Tue, 1 Nov 2022 15:40:23 +0000 (18:40 +0300)
committersgf <sgf.dma@gmail.com>
Tue, 1 Nov 2022 15:40:23 +0000 (18:40 +0300)
commit8e914b6a27bb51ff48e6be524d4d0668191b3e46
treeb0fe5f2b4fae3864a9f42f21b1eb5fb90fc8dea8
parent179c7dbbee0263994cc64c79573abdf8405d367e
chg(balancer): Move balancer-v2 and worker to separate packages.
concurrency-is-not-parallelism/balancer_v2/.gitignore [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/balancer/balancer.go [moved from concurrency-is-not-parallelism/balancer_v2/balancer.go with 99% similarity]
concurrency-is-not-parallelism/balancer_v2/balancer/go.mod [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/balancer/worker/go.mod [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/balancer/worker/worker.go [new file with mode: 0644]
concurrency-is-not-parallelism/balancer_v2/balancer_v2.go [moved from concurrency-is-not-parallelism/balancer_v2.go with 60% similarity]
concurrency-is-not-parallelism/balancer_v2/go.mod