This commit is contained in:
2023-08-15 14:56:57 +05:30
parent fa3612fbdf
commit bfd34a06f8

View File

@@ -1,13 +1,13 @@
package utils package utils
import ( import (
"github.com/gocolly/colly"
"strings"
"github.com/google/uuid"
"github.com/google/go-querystring/query"
"github.com/OwO-Network/gdeeplx"
"os"
"errors" "errors"
"github.com/OwO-Network/gdeeplx"
"github.com/gocolly/colly"
"github.com/google/go-querystring/query"
"github.com/google/uuid"
"os"
"strings"
) )
type LangOut struct { type LangOut struct {