diff --git a/server.go b/server.go index 7ac619a8..2e91eee3 100644 --- a/server.go +++ b/server.go @@ -94,7 +94,7 @@ func (oa *onionAddr) Network() string { // Ensure onionAddr implements the net.Addr interface. var _ net.Addr = (*onionAddr)(nil) -// onionAddr implements the net.Addr interface with two struct fields +// simpleAddr implements the net.Addr interface with two struct fields type simpleAddr struct { net, addr string }