net/dns/resolver: fmt item
This has been bothering me for a while, but everytime I run format from the root directory it also formats this file. I didn't want to add it to my other PRs but it's annoying to have to revert it every time. Signed-off-by: julianknodt <julianknodt@gmail.com>simenghe/isoping-experiment
parent
10d7c2583c
commit
72a0b5f042
|
@ -12,4 +12,4 @@ func networkIsUnreachable(err error) bool { return false }
|
||||||
// packetWasTruncated returns true if err indicates truncation but the RecvFrom
|
// packetWasTruncated returns true if err indicates truncation but the RecvFrom
|
||||||
// that generated err was otherwise successful. It always returns false on this
|
// that generated err was otherwise successful. It always returns false on this
|
||||||
// platform.
|
// platform.
|
||||||
func packetWasTruncated(err error) bool { return false }
|
func packetWasTruncated(err error) bool { return false }
|
||||||
|
|
Loading…
Reference in New Issue