ardatosun / loadbalancer

Simple Go Load Balancer
MIT License
5 stars 5 forks source link

Add Unit Tests for serverpool.go Round-Robin Logic #1

Closed ardatosun closed 1 month ago

ardatosun commented 1 month ago

Write unit tests for the following functions in serverpool.go:

The tests should ensure that:

Use Go's testing package to implement the tests.