Skip to content

Commit

Permalink
fix: rename listener.system() to listener.renormalize() on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jun 6, 2020
1 parent 5064c8e commit c4448ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listener_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type listener struct {
addr, network string
}

func (ln *listener) system() error {
func (ln *listener) renormalize() error {
return nil
}

Expand Down

0 comments on commit c4448ff

Please sign in to comment.