diff options
| author | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-18 16:26:07 +0530 |
|---|---|---|
| committer | Nikhita Raghunath <nikitaraghunath@gmail.com> | 2018-01-18 16:26:07 +0530 |
| commit | 0ee56cdd88bf712999eb7c3876998282c0449106 (patch) | |
| tree | f34c6f47d33ec797286dbe4f1ac3b64e368defaa /generator/app.go | |
| parent | 8ab61ca524e305ace6e01a7182c9683717b1b1ff (diff) | |
generator: add google groups for github teams
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index da75b16c..e7694b5b 100644 --- a/generator/app.go +++ b/generator/app.go @@ -142,7 +142,7 @@ func getExistingContent(path string) (string, error) { return strings.Join(captured, "\n"), nil } -var funcMap template.FuncMap = template.FuncMap{ +var funcMap = template.FuncMap{ "tzUrlEncode": tzUrlEncode, } |
