mirror of https://github.com/tailscale/tailscale/
tstest/deptest: add check that x/exp/{maps,slices} imported as xfoo
Updates #cleanup Change-Id: I4cbb5e477c739deddf7a46b66f286c9fdb106279 Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>pull/9656/head
parent
91b9899402
commit
93c6e1d53b
@ -0,0 +1,10 @@
|
|||||||
|
// Copyright (c) Tailscale Inc & AUTHORS
|
||||||
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
|
package deptest
|
||||||
|
|
||||||
|
import "testing"
|
||||||
|
|
||||||
|
func TestImports(t *testing.T) {
|
||||||
|
ImportAliasCheck(t, "../../")
|
||||||
|
}
|
Loading…
Reference in New Issue