cicd: robot automated Change

This commit is contained in:
withchao 2023-09-12 10:26:42 +00:00 committed by github-actions[bot]
parent 9d174db5fe
commit 465412567c
4 changed files with 9 additions and 5 deletions

View File

@ -2,11 +2,12 @@ package main
import (
"flag"
"github.com/openimsdk/open-im-server/v3/tools/url2im/pkg"
"log"
"os"
"path/filepath"
"time"
"github.com/openimsdk/open-im-server/v3/tools/url2im/pkg"
)
/*take.txt

View File

@ -6,11 +6,12 @@ import (
"encoding/json"
"errors"
"fmt"
"io"
"net/http"
"github.com/OpenIMSDK/protocol/auth"
"github.com/OpenIMSDK/protocol/constant"
"github.com/OpenIMSDK/protocol/third"
"io"
"net/http"
)
type Api struct {

View File

@ -8,7 +8,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/OpenIMSDK/protocol/third"
"io"
"log"
"net/http"
@ -20,6 +19,8 @@ import (
"sync"
"sync/atomic"
"time"
"github.com/OpenIMSDK/protocol/third"
)
type Upload struct {

View File

@ -2,9 +2,10 @@ package pkg
import (
"bufio"
"github.com/kelindar/bitmap"
"os"
"strconv"
"github.com/kelindar/bitmap"
)
func ReadProgress(path string) (*Progress, error) {