This commit is contained in:
nemunaire 2016-01-23 13:19:28 +01:00
commit 645f40f0c6
8 changed files with 32 additions and 37 deletions

View file

@ -5,7 +5,7 @@ import (
"path"
)
type staticRouting struct{
type staticRouting struct {
StaticDir string
}