lang: Unnested the core package from the functions dir
The core package could contain non-functions, so we might as well move it upwards.
This commit is contained in:
@@ -24,7 +24,7 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
pkg = flag.String("package", "lang/funcs/core", "path to the package")
|
||||
pkg = flag.String("package", "lang/core", "path to the package")
|
||||
filename = flag.String("filename", "funcgen.yaml", "path to the config")
|
||||
templates = flag.String("templates", "lang/funcs/funcgen/templates/*.tpl", "path to the templates")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user