(dir string)
| 29 | var RootDir = "./" |
| 30 | |
| 31 | func SetRootDir(dir string) { |
| 32 | RootDir = dir |
| 33 | } |
| 34 | |
| 35 | // CreateProjectConfigFile extracts the required content for zero project config file then write to disk. |
| 36 | func CreateProjectConfigFile(dir string, projectName string, projectContext *ZeroProjectConfig) error { |
no outgoing calls