gofmt after renaming the URL

This commit is contained in:
Jöran Karl
2026-01-21 19:33:13 +01:00
parent 4ead0e453b
commit ab8c242044
24 changed files with 30 additions and 30 deletions

View File

@@ -17,12 +17,12 @@ import (
luar "layeh.com/gopher-luar"
dmp "github.com/sergi/go-diff/diffmatchpatch"
"github.com/micro-editor/micro/v2/internal/config"
ulua "github.com/micro-editor/micro/v2/internal/lua"
"github.com/micro-editor/micro/v2/internal/screen"
"github.com/micro-editor/micro/v2/internal/util"
"github.com/micro-editor/micro/v2/pkg/highlight"
dmp "github.com/sergi/go-diff/diffmatchpatch"
"golang.org/x/text/encoding"
"golang.org/x/text/encoding/htmlindex"
"golang.org/x/text/encoding/unicode"

View File

@@ -5,11 +5,11 @@ import (
"strings"
"testing"
"github.com/stretchr/testify/assert"
lua "github.com/yuin/gopher-lua"
"github.com/micro-editor/micro/v2/internal/config"
ulua "github.com/micro-editor/micro/v2/internal/lua"
"github.com/micro-editor/micro/v2/internal/util"
"github.com/stretchr/testify/assert"
lua "github.com/yuin/gopher-lua"
)
type operation struct {

View File

@@ -4,11 +4,11 @@ import (
"bytes"
"time"
dmp "github.com/sergi/go-diff/diffmatchpatch"
"github.com/micro-editor/micro/v2/internal/config"
ulua "github.com/micro-editor/micro/v2/internal/lua"
"github.com/micro-editor/micro/v2/internal/screen"
"github.com/micro-editor/micro/v2/internal/util"
dmp "github.com/sergi/go-diff/diffmatchpatch"
luar "layeh.com/gopher-luar"
)

View File

@@ -1,8 +1,8 @@
package buffer
import (
"github.com/micro-editor/tcell/v2"
"github.com/micro-editor/micro/v2/internal/config"
"github.com/micro-editor/tcell/v2"
)
type MsgType int