aboutsummaryrefslogtreecommitdiff
path: root/template_funcs.go
diff options
context:
space:
mode:
Diffstat (limited to 'template_funcs.go')
-rw-r--r--template_funcs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/template_funcs.go b/template_funcs.go
index 08932ba..19a92ec 100644
--- a/template_funcs.go
+++ b/template_funcs.go
@@ -10,6 +10,6 @@ func first_line(s string) string {
return before
}
-func base_name (s string) string {
+func base_name(s string) string {
return path.Base(s)
}