This commit is contained in:
parent
ea10ccc31a
commit
d1d304baae
@ -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…
Reference in New Issue
Block a user