This commit is contained in:
Arya 2023-08-15 14:56:57 +05:30
parent fa3612fbdf
commit bfd34a06f8
Signed by: arya
GPG Key ID: 842D12BDA50DF120

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 {