Add version stuff on root

This commit is contained in:
Henrique Dias
2017-09-03 10:41:14 +01:00
parent 96a5226076
commit 044575d2af
3 changed files with 28 additions and 10 deletions

View File

@@ -20,6 +20,9 @@ import (
"github.com/robfig/cron"
)
// Version is the current File Manager version.
const Version = "(untracked version)"
var (
ErrExist = errors.New("the resource already exists")
ErrNotExist = errors.New("the resource does not exist")