Update dependencies
This commit is contained in:
13
vendor/tailscale.com/derp/derp_server_default.go
generated
vendored
Normal file
13
vendor/tailscale.com/derp/derp_server_default.go
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build !linux
|
||||
|
||||
package derp
|
||||
|
||||
import "context"
|
||||
|
||||
func (c *sclient) startStatsLoop(ctx context.Context) {
|
||||
// Nothing to do
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user