Closed skaji closed 4 years ago
Thank you for creating this useful library.
Currently, go-netstat may terminate the whole program if it fails to parse socktabs.
Because go-netstat is a library, I think it is better to return an error instead of terminating the whole program.
@cakturk I would really appreciate it if you review this pull request. Thanks.
Sorry for the late response. I have been pretty busy for the last couple of months. Now, merged, thanks.
Thank you for creating this useful library.
Currently, go-netstat may terminate the whole program if it fails to parse socktabs.
Because go-netstat is a library, I think it is better to return an error instead of terminating the whole program.