cmd/cloner: reduce diff noise when changing command

Spelling out the command to run for every type
means that changing the command makes for a large, repetitive diff.
Stop doing that.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
This commit is contained in:
Josh Bleecher Snyder
2021-09-15 10:05:34 -07:00
committed by Josh Bleecher Snyder
parent 865d8c0d23
commit 4bbf5a8636
7 changed files with 31 additions and 41 deletions

View File

@@ -2,7 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Code generated by tailscale.com/cmd/cloner -type Prefs; DO NOT EDIT.
// Code generated by the following command; DO NOT EDIT.
// tailscale.com/cmd/cloner -type Prefs
package ipn
@@ -30,8 +31,7 @@ func (src *Prefs) Clone() *Prefs {
return dst
}
// A compilation failure here means this code must be regenerated, with command:
// tailscale.com/cmd/cloner -type Prefs
// A compilation failure here means this code must be regenerated, with the command at the top of this file.
var _PrefsNeedsRegeneration = Prefs(struct {
ControlURL string
RouteAll bool