gin
gin copied to clipboard
Auto assign port for proxy server
When running multiple services, we must explicitly specify the proxy port number or else we will get [gin] listen tcp :3000: bind: address already in use
It would be a convenience if gin
automatically finds the unused port and assign it for us.