Explorar el Código

fix build break

Darien Raymond hace 8 años
padre
commit
fee3042239
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      common/net/system.go

+ 1 - 1
common/net/system.go

@@ -32,4 +32,4 @@ type AddrError = net.AddrError
 type Dialer = net.Dialer
 type Listener = net.Listener
 type TCPListener = net.TCPListener
-type UDPListener = net.UDPListener
+type UnixListener = net.UnixListener