mirror of
https://codeberg.org/aryak/mozhi
synced 2024-11-17 03:33:05 +05:30
gofmt
This commit is contained in:
parent
a4eb13cdac
commit
a1c229e107
@ -1,9 +1,9 @@
|
|||||||
package cmd
|
package cmd
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/spf13/cobra"
|
|
||||||
"codeberg.org/aryak/simplytranslate/utils"
|
"codeberg.org/aryak/simplytranslate/utils"
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"github.com/spf13/cobra"
|
||||||
)
|
)
|
||||||
|
|
||||||
var engine string
|
var engine string
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
"fmt"
|
||||||
"github.com/gocolly/colly"
|
"github.com/gocolly/colly"
|
||||||
"os"
|
"os"
|
||||||
"fmt"
|
|
||||||
"strings"
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
type List struct {
|
type List struct {
|
||||||
Name string
|
Name string
|
||||||
Id string
|
Id string
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
package utils
|
package utils
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/tidwall/gjson"
|
|
||||||
"bytes"
|
"bytes"
|
||||||
|
"github.com/tidwall/gjson"
|
||||||
"io"
|
"io"
|
||||||
"net/http"
|
"net/http"
|
||||||
"os"
|
"os"
|
||||||
|
Loading…
Reference in New Issue
Block a user