lang: funcs: Move convert into correct folder

This got merged in the wrong folder by accident.
This commit is contained in:
James Shubin
2019-10-30 06:21:34 -04:00
parent 46a71296a9
commit 9b4d11f220
6 changed files with 1 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ package core
import ( import (
// import so the funcs register // import so the funcs register
_ "github.com/purpleidea/mgmt/lang/funcs/core/convert"
_ "github.com/purpleidea/mgmt/lang/funcs/core/datetime" _ "github.com/purpleidea/mgmt/lang/funcs/core/datetime"
_ "github.com/purpleidea/mgmt/lang/funcs/core/deploy" _ "github.com/purpleidea/mgmt/lang/funcs/core/deploy"
_ "github.com/purpleidea/mgmt/lang/funcs/core/example" _ "github.com/purpleidea/mgmt/lang/funcs/core/example"