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
1. In RunTLS, only print the initial log statement if `Listen` is
successful. Also, print the actual address instead of the one passed
in.
2. Change `l.Addr().String()` to `l.Addr()`. The Addr interface has a
`String` method, which will be called by fmt.
0 commit comments