You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
4 years ago
..
ipnserver ipnserver: ignore lint error for unused context. 4 years ago
backend.go Move Linux client & common packages into a public repo. 4 years ago
doc.go Move Linux client & common packages into a public repo. 4 years ago
e2e_test.go fix typos 4 years ago
fake.go Move Linux client & common packages into a public repo. 4 years ago
handle.go Move Linux client & common packages into a public repo. 4 years ago
local.go Move Linux client & common packages into a public repo. 4 years ago
message.go Move Linux client & common packages into a public repo. 4 years ago
message_test.go ipn: fix lint complaints in tests. 4 years ago
prefs.go Move Linux client & common packages into a public repo. 4 years ago
prefs_test.go ipn: fix lint complaints in tests. 4 years ago