mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-06 14:40:38 -04:00
UPDATE: fmt cleanup.
This commit is contained in:
parent
9ffb633ac8
commit
33a6da381c
7 changed files with 8 additions and 0 deletions
|
@ -14,9 +14,11 @@ import (
|
|||
"path/filepath"
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
// internal packages
|
||||
twee2 "github.com/tmedwards/tweego/internal/twee2compat"
|
||||
twlex "github.com/tmedwards/tweego/internal/tweelexer"
|
||||
|
||||
// external packages
|
||||
"golang.org/x/net/html"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue