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>
2021-10-16 17:53:43 -07:00
..
nmcfg control/controlclient: remove TS_DEBUG_USE_DISCO=only. 2021-09-01 18:11:32 -07:00
clone.go cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
config.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00
device_test.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00
device.go go.mod: upgrade wireguard-windows, de-fork wireguard-go 2021-05-25 13:18:21 -07:00
parser_test.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00
parser.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00
writer.go wgengine/wgcfg: use just the hexlified node key as the WireGuard endpoint. 2021-09-01 15:13:21 -07:00