Skip to content

Commit f8d8df5

Browse files
committed
move toplevel comment
1 parent 97e768d commit f8d8df5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/cmd/perfcomp/main.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66

77
package main
88

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+
912
import (
1013
"context"
1114
"fmt"
@@ -21,9 +24,6 @@ import (
2124
"gonum.org/v1/gonum/mat"
2225
)
2326

24-
// This module cannot be included in the workspace since it requires a version of Gonum that is not compatible with the Go Driver.
25-
// Must use GOWORK=off to run this test.
26-
2727
type OverrideInfo struct {
2828
OverrideMainline bool `bson:"override_mainline"`
2929
BaseOrder interface{} `bson:"base_order"`

0 commit comments

Comments
 (0)