Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hack/make.ps1: fix Validate-PkgImports
In Go 1.10.1, the Deps for pkg\tarsum\tarsum_test.go are empty ([]) and the PowerShell script ends up setting its import list to a string value of False instead of an empty array. This can be remedied by forcing the result to be an array, by concatenating to an empty array (@() + ...) Signed-off-by: John Stephens <[email protected]> Signed-off-by: Kir Kolyshkin <[email protected]> (cherry picked from commit ec3f923) Signed-off-by: Sebastiaan van Stijn <[email protected]>
- Loading branch information