util/testenv: add new package to hold InTest

Removes duplicated code.

Updates #cleanup

Signed-off-by: Maisem Ali <maisem@tailscale.com>
This commit is contained in:
Maisem Ali
2023-08-08 09:29:35 -07:00
committed by Maisem Ali
parent 3e255d76e1
commit 682fd72f7b
10 changed files with 53 additions and 25 deletions

View File

@ -15,8 +15,8 @@ import (
)
type DepChecker struct {
GOOS string
GOARCH string
GOOS string // optional
GOARCH string // optional
BadDeps map[string]string // package => why
}