diff options
Diffstat (limited to 'archetypes/go.md')
-rw-r--r-- | archetypes/go.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/archetypes/go.md b/archetypes/go.md index e525746..622fa9c 100644 --- a/archetypes/go.md +++ b/archetypes/go.md @@ -1,7 +1,7 @@ -+++ -title = "{{ replace .Name "-" " " | title }}" -name = "{{ .Name }}" -repository = "https://git.neonxp.ru/{{ .Name }}.git" -description = "" -gomod = true -+++
\ No newline at end of file +--- +title: {{ replace .Name "-" " " | title }} +name: {{ .Name }} +repository: https://git.neonxp.ru/{{ .Name }}.git +description: +gomod: true +---
\ No newline at end of file |