@ -1,3 +1,6 @@
//go:build dameng
// +build dameng
package dameng
import (
@ -1,13 +1,17 @@
"context"
"database/sql"
"fmt"
"github.com/seaweedfs/seaweedfs/weed/glog"
"strings"
"time"
_ "gitee.com/chunanyong/dm"
"github.com/seaweedfs/seaweedfs/weed/filer"
"github.com/seaweedfs/seaweedfs/weed/filer/abstract_sql"
@ -1,8 +1,12 @@
"github.com/seaweedfs/seaweedfs/weed/filer/store_test"
"testing"
)
func TestStore(t *testing.T) {