3
0

10 lines
114 B
Go

package main
import (
"github.com/cortezaproject/corteza/server/pkg/codegen"
)
func main() {
codegen.Proc()
}