mirror of
https://github.com/tailscale/tailscale.git
synced 2025-08-21 18:42:36 +00:00
gokrazy: add prototype Tailscale appliance, build tooling, docs
Updates #1866 Change-Id: I546316cb833bf2919e0d6f55cdc9951f375f165b Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:

committed by
Brad Fitzpatrick

parent
0b1a8586eb
commit
e84751217a
10
gokrazy/tidy-deps.go
Normal file
10
gokrazy/tidy-deps.go
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright (c) Tailscale Inc & AUTHORS
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
|
||||
//go:build for_go_mod_tidy
|
||||
|
||||
package gokrazy
|
||||
|
||||
import (
|
||||
_ "github.com/gokrazy/tools/cmd/gok"
|
||||
)
|
Reference in New Issue
Block a user