Fix linter errors
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
// domain parameter of dhcp
|
||||
|
||||
// TODO: get dhcp servers on windows:
|
||||
// windows: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365917
|
||||
// doc: https://msdn.microsoft.com/en-us/library/windows/desktop/aa365917
|
||||
// this info might already be included in the interfaces api provided by golang!
|
||||
|
||||
// Nameserver describes a system assigned namserver.
|
||||
|
||||
@@ -19,7 +19,7 @@ delivered correctly, or need special permissions and or sockets to receive
|
||||
them. This is the case when doing a traceroute.
|
||||
|
||||
In order to keep it simple, the system is only designed to be used by one
|
||||
"user" at at time. Further calls to ListenToICMP will wait for the previous
|
||||
"user" at a time. Further calls to ListenToICMP will wait for the previous
|
||||
operation to complete.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user