mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-16 02:18:28 -07:00
abbf8fb87b
There could be a bug caused by the lack of SO_REUSEPORT
4 lines
182 B
Go
4 lines
182 B
Go
// Package isdelve is for checking if we're debugging:
|
|
// https://stackoverflow.com/questions/47879070/how-can-i-see-if-the-goland-debugger-is-running-in-the-program
|
|
package isdelve
|