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 a5b649a commit ef0cc0aCopy full SHA for ef0cc0a
internal/params/struct.go
@@ -1,8 +1,9 @@
1
package params
2
3
import (
4
- "github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
5
"time"
+
6
+ "github.com/ydb-platform/ydb-go-sdk/v3/internal/value"
7
)
8
9
type (
internal/params/struct_test.go
@@ -1,12 +1,14 @@
+ "testing"
+ "time"
"github.com/stretchr/testify/require"
"github.com/ydb-platform/ydb-go-genproto/protos/Ydb"
10
"github.com/ydb-platform/ydb-go-sdk/v3/internal/allocator"
11
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
- "testing"
- "time"
12
13
14
func TestStruct(t *testing.T) {
0 commit comments