You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any way in the template I can tell the difference between ports: "4000" and ports: 5000:4000" in the Address struct? In the first case, HostPort is random, but in the second case it is 5000.
Is there any way in the template I can tell the difference between
ports: "4000"andports: 5000:4000"in theAddressstruct? In the first case, HostPort is random, but in the second case it is 5000.