tailscale/ipn
David Anderson 81eedcd5be ipnserver: ignore lint error for unused context.
The linter is strictly correct, but the code is structured
this way to avoid variable shadowing problems in the following
for loop. The context doesn't leak.

Staticcheck is correctly pointing out that this code is hard to
follow. However, this chunk of code is in service of enforcing
one frontend <> one backend, and we want to remove that limitation.
So, we'll just ignore the lint warning until this entire piece of
code goes away.

Signed-off-by: David Anderson <dave@natulte.net>
2020-02-11 10:35:55 -08:00
..
ipnserver ipnserver: ignore lint error for unused context. 2020-02-11 10:35:55 -08:00
backend.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
doc.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
e2e_test.go fix typos 2020-02-11 08:55:11 -08:00
fake.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
handle.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
local.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
message.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
message_test.go ipn: fix lint complaints in tests. 2020-02-10 23:28:44 -08:00
prefs.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
prefs_test.go ipn: fix lint complaints in tests. 2020-02-10 23:28:44 -08:00