Files
tailscale/cmd
Andrew Lytvynov 3872880617 cmd/cloner: handle named slices as map values (#20387)
Previously cloner only handled literal slices for values, like
`map[string][]int`. This adds support for named types with an underlying
type of slice, like `map[string]IntSlice` with `type IntSlice []int`.

Updates tailscale/corp#44077

Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
2026-07-10 08:56:49 -07:00
..