projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10dc87b
)
langs: Fix golint godoc issue
author
Cameron Moore
<moorereason@gmail.com>
Thu, 6 Sep 2018 20:28:13 +0000
(15:28 -0500)
committer
Bjørn Erik Pedersen
<bjorn.erik.pedersen@gmail.com>
Fri, 7 Sep 2018 06:25:51 +0000
(08:25 +0200)
langs/language.go
patch
|
blob
|
history
diff --git
a/langs/language.go
b/langs/language.go
index 7d77df4e37462f0eb85742d5f779c771bd3f056a..d741b997828de593c952d28d303cb1436ec44dbe 100644
(file)
--- a/
langs/language.go
+++ b/
langs/language.go
@@
-162,7
+162,7
@@
func (l *Language) GetStringMapString(key string) map[string]string {
return cast.ToStringMapString(l.Get(key))
}
-// returns the value associated with the key as a slice of strings.
+//
GetStringSlice
returns the value associated with the key as a slice of strings.
func (l *Language) GetStringSlice(key string) []string {
return cast.ToStringSlice(l.Get(key))
}