Files
gonum/.github/workflows/script.d/check-imports.sh
T
Sebastien Binet ba05c1592d all: use go tool directive
Fixes #2021

Signed-off-by: Sebastien Binet <binet@cern.ch>
2025-10-03 09:16:48 +00:00

5 lines
100 B
Bash
Executable File

#!/bin/bash
set -e
go tool gonum.org/v1/tools/cmd/check-imports -b "math/rand,github.com/gonum/.*"