update micro

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-12-13 13:22:46 +03:00
parent ba31191b74
commit d275b4643a
3 changed files with 3 additions and 4 deletions

View File

@@ -11,7 +11,6 @@ import (
var (
DefaultStructTag = "consul"
ErrInvalidStruct = errors.New("invalid struct specified")
ErrPathNotExist = errors.New("path is not exist")
)