]> Sergey Matveev's repositories - godlighty.git/blobdiff - rc/example.cfg/go.go
More correct spelling
[godlighty.git] / rc / example.cfg / go.go
index 11efeea060fbbca949778225df112eff2109f13f..845dfcc308514bf364c85fb4380cc13fca731a68 100644 (file)
@@ -11,7 +11,7 @@ func addGoRepoCfg(host string) {
                Root:    path.Join(WWW, host),
                TLS:     newTLSCfg(host),
                MIMEs:   map[string]string{"": "text/html"},
-               Indexes: []string{"v1"},
+               Indices: []string{"v1"},
        }
 }