mirror of
https://github.com/tmedwards/tweego.git
synced 2025-07-05 14:10:27 -04:00
chore: remove leftover var decl
This commit is contained in:
parent
835507d95c
commit
8c057e03b8
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ func loadModuleByType(typeValue, filename, encoding string) ([]byte, error) {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
idSlug = tag + "-module-" + slugify(strings.Split(filepath.Base(filename), ".")[0])
|
idSlug = tag + "-module-" + slugify(strings.Split(filepath.Base(filename), ".")[0])
|
||||||
tag string
|
|
||||||
b bytes.Buffer
|
b bytes.Buffer
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue