mirror of
https://github.com/gonum/gonum.git
synced 2026-04-23 00:37:29 +08:00
ba05c1592d
Fixes #2021 Signed-off-by: Sebastien Binet <binet@cern.ch>
5 lines
100 B
Bash
Executable File
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/.*"
|