tonyhffong / Lint.jl

A lint tool for Julia code
Other
169 stars 33 forks source link

Import `Sockets` to use `listen`. #260

Closed shimmy1996 closed 5 years ago

shimmy1996 commented 5 years ago

Closes #257. Function lintserver in server.jl uses listen, which is now in Sockets and need to be improted.