mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-26 03:25:35 +00:00
09c2462ae5
I forgot to include this file in the earlier
7cf8ec8108
commit.
This exists purely to keep "go mod tidy" happy.
Updates #1609
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
11 lines
282 B
Go
11 lines
282 B
Go
// Copyright (c) 2021 Tailscale Inc & AUTHORS All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
//go:build for_go_mod_tidy_only
|
|
// +build for_go_mod_tidy_only
|
|
|
|
package tlsdial
|
|
|
|
import _ "filippo.io/mkcert"
|