3
0

Refactored codegen tool

This commit is contained in:
Denis Arh
2020-08-15 18:36:36 +02:00
parent a7f8cd58cd
commit 6a73758d2c
24 changed files with 3147 additions and 7 deletions

9
cmd/codegen/main.go Normal file
View File

@@ -0,0 +1,9 @@
package main
import (
"github.com/cortezaproject/corteza-server/pkg/codegen"
)
func main() {
codegen.Proc()
}