blob: fa445925b7c3740d9d694f55053c68cf679f58dc [file] [log] [blame]
# For reproducibility and easier cross-compilation,
# nothing in std is supposed to use cgo on macOS.
# Check that cgo does not appear as a dependency
# of cmd/go, which imports approximately everything
# in std (certainly everything relevant).
[!GOOS:darwin] skip
go list -deps cmd/go
! stdout runtime/cgo