diff --git a/template.toml b/template.toml new file mode 100644 index 0000000000000000000000000000000000000000..3e9ae3092d676dd927ea250318fc1178a7cc889f --- /dev/null +++ b/template.toml @@ -0,0 +1,2 @@ +[binary] +prompt = "Binary name (leave blank if this is a library)" \ No newline at end of file diff --git a/template/.gitignore b/template/.gitignore index 1dadff8237fecc49b4c2d6603a3828f217c5ca32..34f123086aef5102b374a0203ec8e3876f3c1fc8 100644 --- a/template/.gitignore +++ b/template/.gitignore @@ -1,8 +1,8 @@ # GoLand .idea/ -{{if ne .binary "" -}} +{{if ne .binary ""}} # Binaries /{{.binary}} /{{.binary}}.exe -{{- end}} \ No newline at end of file +{{end}} \ No newline at end of file diff --git a/tmpl.yaml b/tmpl.yaml deleted file mode 100644 index 4667afd1be56c5148efa55668ce53165b989b1b3..0000000000000000000000000000000000000000 --- a/tmpl.yaml +++ /dev/null @@ -1,4 +0,0 @@ -prompts: - - id: binary - label: Binary Name - help: Leave blank if this is a library \ No newline at end of file