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

@@ -4,8 +4,8 @@ import (
"errors"
"log"
lua "github.com/yuin/gopher-lua"
ulua "github.com/micro-editor/micro/v2/internal/lua"
lua "github.com/yuin/gopher-lua"
)
// ErrNoSuchFunction is returned when Call is executed on a function that does not exist

View File

@@ -14,9 +14,9 @@ import (
"github.com/blang/semver"
"github.com/micro-editor/json5"
lua "github.com/yuin/gopher-lua"
ulua "github.com/micro-editor/micro/v2/internal/lua"
"github.com/micro-editor/micro/v2/internal/util"
lua "github.com/yuin/gopher-lua"
)
var (

View File

@@ -12,8 +12,8 @@ import (
"strings"
"github.com/micro-editor/json5"
"github.com/zyedidia/glob"
"github.com/micro-editor/micro/v2/internal/util"
"github.com/zyedidia/glob"
"golang.org/x/text/encoding/htmlindex"
)