change golang to go

This commit is contained in:
Nate Finch
2014-03-24 07:19:25 -04:00
committed by spf13
parent 5ee0a3b9a1
commit c02a02070f
11 changed files with 23 additions and 23 deletions

View File

@@ -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