fix: remove unused go vars
This commit is contained in:
parent
ea10ccc31a
commit
d1d304baae
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
||||||
package vars
|
|
||||||
|
|
||||||
import (
|
|
||||||
"path/filepath"
|
|
||||||
)
|
|
||||||
|
|
||||||
var (
|
|
||||||
templates string
|
|
||||||
static string
|
|
||||||
html string
|
|
||||||
css string
|
|
||||||
)
|
|
||||||
|
|
||||||
func init() {
|
|
||||||
templates = "templates"
|
|
||||||
static = "static"
|
|
||||||
html = filepath.Join(static, "html")
|
|
||||||
css = filepath.Join(static, "css")
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue