mirror of
https://github.com/gohugoio/hugo.git
synced 2025-09-01 22:42:45 +02:00
change golang to go
This commit is contained in:
@@ -28,7 +28,7 @@ type IndexList map[string]Index
|
||||
* An index is a map of keywords to a list of pages.
|
||||
* For example
|
||||
* TagIndex['technology'] = WeightedPages
|
||||
* TagIndex['golang'] = WeightedPages2
|
||||
* TagIndex['go'] = WeightedPages2
|
||||
*/
|
||||
type Index map[string]WeightedPages
|
||||
|
||||
|
Reference in New Issue
Block a user