Merge pull request #1282 from qshuai/master
server: Fix struct name mismatch
This commit is contained in:
commit
92494a5188
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue