WIP: Rewrite bpm utils in go #1

Draft
EnumDev wants to merge 8 commits from go_rewrite into master
Showing only changes of commit a0aff54e95 - Show all commits

View File

@ -77,7 +77,7 @@ func runChecks() {
} }
if strings.TrimSpace(*name) == "" { if strings.TrimSpace(*name) == "" {
log.Fatalf("No directory was specified!") log.Fatalf("No package name was specified!")
} }
if stat, err := os.Stat(path.Join("/etc/bpm-utils/", *template)); err != nil || stat.IsDir() { if stat, err := os.Stat(path.Join("/etc/bpm-utils/", *template)); err != nil || stat.IsDir() {