Renamed a nt variable into more clear variant - typ.
This commit is contained in:
parent
f844df2362
commit
f8dd68d2a2
@ -48,7 +48,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
defer func() {
|
defer func() {
|
||||||
if nt, addr := config.SplitNetworkAddress(); nt == "unix" {
|
if typ, addr := config.SplitNetworkAddress(); typ == "unix" {
|
||||||
os.Remove(addr)
|
os.Remove(addr)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
|
Loading…
Reference in New Issue
Block a user