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 e68d5e3 commit 4ee9999Copy full SHA for 4ee9999
sql/expression/function/oct.go
@@ -16,6 +16,7 @@ package function
16
17
import (
18
"fmt"
19
+
20
"github.com/dolthub/go-mysql-server/sql"
21
"github.com/dolthub/go-mysql-server/sql/expression"
22
"github.com/dolthub/go-mysql-server/sql/types"
sql/expression/function/oct_test.go
@@ -15,11 +15,12 @@
15
package function
+ "math"
+ "testing"
23
- "math"
- "testing"
24
)
25
26
type test struct {
0 commit comments