Add FM version to interface; close #221

This commit is contained in:
Henrique Dias
2017-09-03 10:50:49 +01:00
parent 011d5aee46
commit 59bd6e97bf
7 changed files with 10 additions and 2349 deletions

View File

@@ -21,7 +21,7 @@ import (
)
// Version is the current File Manager version.
const Version = "(untracked version)"
const Version = "(untracked)"
var (
ErrExist = errors.New("the resource already exists")