mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 23:52:47 +08:00
all: remove redundant bad prefix and make panic strings const
This commit is contained in:
@@ -10,6 +10,4 @@
|
||||
// significance due to prior use as benchmark cases.
|
||||
package functions // import "gonum.org/v1/gonum/optimize/functions"
|
||||
|
||||
const (
|
||||
badInputDim = "functions: wrong input dimension"
|
||||
)
|
||||
const badInputDim = "functions: wrong input dimension"
|
||||
|
Reference in New Issue
Block a user