This commit is contained in:
Arya 2023-06-25 00:11:11 +05:30
parent a4eb13cdac
commit a1c229e107
Signed by: arya
GPG Key ID: 842D12BDA50DF120
3 changed files with 66 additions and 65 deletions

View File

@ -1,9 +1,9 @@
package cmd
import (
"github.com/spf13/cobra"
"codeberg.org/aryak/simplytranslate/utils"
"fmt"
"github.com/spf13/cobra"
)
var engine string

View File

@ -1,11 +1,12 @@
package utils
import (
"fmt"
"github.com/gocolly/colly"
"os"
"fmt"
"strings"
)
type List struct {
Name string
Id string

View File

@ -1,8 +1,8 @@
package utils
import (
"github.com/tidwall/gjson"
"bytes"
"github.com/tidwall/gjson"
"io"
"net/http"
"os"