1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-24 22:39:18 +01:00

Fixes box

This commit is contained in:
Amir Raminfar
2018-10-30 15:41:16 -07:00
parent 827ffc240b
commit 5be9823b4c

View File

@@ -15,13 +15,12 @@ import (
)
var (
box = packr.NewBox("./templates")
cli *client.Client
addr = flag.String("addr", ":8080", "http service address")
upgrader = websocket.Upgrader{}
version = "dev"
commit = "none"
date = "unknown"
version = "dev"
commit = "none"
date = "unknown"
)
func init() {