tailscale/types
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
..
dnstype cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
empty types/empty: add Message, stop using mysterious *struct{} 2020-02-14 13:35:49 -08:00
flagtype types/flagtype: fix bug showing the default port value (shown in --help) 2020-10-19 20:18:31 -07:00
ipproto net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
key types/key: add a special key with custom serialization for control private keys (#2792) 2021-09-03 13:17:46 -07:00
logger all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
netmap tailcfg, health: add way for control plane to add problems to health check 2021-09-19 17:55:49 -07:00
nettype wgengine/magicsock, tstest/natlab: start hooking up natlab to magicsock 2020-07-10 14:32:58 -07:00
opt types/opt: implement Bool.Scan 2021-10-03 15:24:13 -07:00
pad32 net/portmapper: add NAT-PMP client, move port mapping service probing 2021-02-23 09:07:38 -08:00
persist cmd/cloner: mangle "go:generate" in cloner.go 2021-10-16 17:53:43 -07:00
preftype types/preftype: don't use iota for consts persisted to disk 2021-04-02 09:02:54 -07:00
structs types/structs: add structs.Incomparable annotation, use it where applicable 2020-05-03 14:05:32 -07:00
wgkey types/wgkey: add TODO for a future API change. 2021-08-30 14:33:07 -07:00