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/wgengine/wgcfg
Joe Tsai 9af27ba829 cmd/cloner: mangle "go:generate" in cloner.go
The "go generate" command blindly looks for "//go:generate" anywhere
in the file regardless of whether it is truly a comment.
Prevent this false positive in cloner.go by mangling the string
to look less like "//go:generate".

Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 years ago
..
nmcfg control/controlclient: remove TS_DEBUG_USE_DISCO=only. 3 years ago
clone.go cmd/cloner: mangle "go:generate" in cloner.go 3 years ago
config.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 3 years ago
device.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 3 years ago
device_test.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 3 years ago
parser.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 3 years ago
parser_test.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 3 years ago
writer.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 3 years ago