Files
crawlab/core/ds/mssql_test.go
2024-06-14 15:42:50 +08:00

9 lines
125 B
Go

package ds
import "testing"
func TestNewDataSourceMssqlService(t *testing.T) {
t.Run("insert", func(t *testing.T) {
})
}