mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 22:20:29 -04:00
UPDATE: fmt cleanup.
This commit is contained in:
parent
9ffb633ac8
commit
33a6da381c
7 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
|
||||||
// internal packages
|
// internal packages
|
||||||
"github.com/tmedwards/tweego/internal/option"
|
"github.com/tmedwards/tweego/internal/option"
|
||||||
// external packages
|
// external packages
|
||||||
|
|
|
@ -15,6 +15,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"github.com/Masterminds/semver/v3"
|
"github.com/Masterminds/semver/v3"
|
||||||
)
|
)
|
||||||
|
|
1
html.go
1
html.go
|
@ -10,6 +10,7 @@ import (
|
||||||
// standard packages
|
// standard packages
|
||||||
"bytes"
|
"bytes"
|
||||||
"regexp"
|
"regexp"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"golang.org/x/net/html"
|
"golang.org/x/net/html"
|
||||||
)
|
)
|
||||||
|
|
1
io.go
1
io.go
|
@ -17,6 +17,7 @@ import (
|
||||||
"os"
|
"os"
|
||||||
"runtime"
|
"runtime"
|
||||||
"unicode/utf8"
|
"unicode/utf8"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"github.com/paulrosania/go-charset/charset"
|
"github.com/paulrosania/go-charset/charset"
|
||||||
_ "github.com/paulrosania/go-charset/data" // import the charset data
|
_ "github.com/paulrosania/go-charset/data" // import the charset data
|
||||||
|
|
|
@ -11,6 +11,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"regexp"
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"golang.org/x/text/unicode/norm"
|
"golang.org/x/text/unicode/norm"
|
||||||
)
|
)
|
||||||
|
|
|
@ -14,9 +14,11 @@ import (
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
// internal packages
|
// internal packages
|
||||||
twee2 "github.com/tmedwards/tweego/internal/twee2compat"
|
twee2 "github.com/tmedwards/tweego/internal/twee2compat"
|
||||||
twlex "github.com/tmedwards/tweego/internal/tweelexer"
|
twlex "github.com/tmedwards/tweego/internal/tweelexer"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"golang.org/x/net/html"
|
"golang.org/x/net/html"
|
||||||
)
|
)
|
||||||
|
|
1
usage.go
1
usage.go
|
@ -12,6 +12,7 @@ import (
|
||||||
"math"
|
"math"
|
||||||
"os"
|
"os"
|
||||||
"sort"
|
"sort"
|
||||||
|
|
||||||
// external packages
|
// external packages
|
||||||
"github.com/paulrosania/go-charset/charset"
|
"github.com/paulrosania/go-charset/charset"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue