We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e768d commit f8d8df5Copy full SHA for f8d8df5
internal/cmd/perfcomp/main.go
@@ -6,6 +6,9 @@
6
7
package main
8
9
+// This module cannot be included in the workspace since it requires a version of Gonum that is not compatible with the Go Driver.
10
+// Must use GOWORK=off to run this test.
11
+
12
import (
13
"context"
14
"fmt"
@@ -21,9 +24,6 @@ import (
21
24
"gonum.org/v1/gonum/mat"
22
25
)
23
26
-// This module cannot be included in the workspace since it requires a version of Gonum that is not compatible with the Go Driver.
-// Must use GOWORK=off to run this test.
-
27
type OverrideInfo struct {
28
OverrideMainline bool `bson:"override_mainline"`
29
BaseOrder interface{} `bson:"base_order"`
0 commit comments