mirror of https://github.com/tailscale/tailscale/
cmd/cloner: fix typo in test type's name
s/SliceContianer/SliceContainer/g Updates #9604 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/9609/head
parent
ab810f1f6d
commit
d2ea9bb1eb
@ -1,10 +1,10 @@
|
|||||||
// Copyright (c) Tailscale Inc & AUTHORS
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
//go:generate go run tailscale.com/cmd/cloner -clonefunc=true -type SliceContianer
|
//go:generate go run tailscale.com/cmd/cloner -clonefunc=true -type SliceContainer
|
||||||
|
|
||||||
package clonerex
|
package clonerex
|
||||||
|
|
||||||
type SliceContianer struct {
|
type SliceContainer struct {
|
||||||
Slice []*int
|
Slice []*int
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue