summary refs log tree commit diff stats
path: root/svc/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'svc/init.go')
-rw-r--r--svc/init.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/svc/init.go b/svc/init.go
index 3e7ab5e..419e684 100644
--- a/svc/init.go
+++ b/svc/init.go
@@ -42,7 +42,7 @@ var cTickC = make(chan *tick, 1)
 var tmpls *template.Template
 
 // Holds the registry data in-memory
-var twtxtCache = registry.NewIndex(nil)
+var twtxtCache = registry.New(nil)
 
 // List of other registries submitted to this registry
 var remoteRegistries = &RemoteRegistries{
class='oid'>bb0e67a3 ^
7bf8adb8 ^
44131682 ^
6e36ce06 ^
0d12f667 ^

83c25a03 ^



44131682 ^

83c25a03 ^

422ebaf8 ^

83c25a03 ^

422ebaf8 ^
83c25a03 ^

bb0e67a3 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32