Fixed gofmt errors

This commit is contained in:
Karl Stoney 2018-02-16 20:08:23 +00:00
parent 376c6046b5
commit fd62c96e93

View file

@ -69,7 +69,7 @@ const (
var (
tmplPath = "/etc/nginx/template/nginx.tmpl"
geoipPath = "/etc/nginx/geoip"
geoipPath = "/etc/nginx/geoip"
cfgPath = "/etc/nginx/nginx.conf"
nginxBinary = "/usr/sbin/nginx"
)
@ -184,7 +184,6 @@ Error loading new template : %v
n.t = ngxTpl
// TODO: refactor
if _, ok := fs.(filesystem.DefaultFs); !ok {
watch.NewDummyFileWatcher(tmplPath, onTemplateChange)