summary refs log tree commit diff stats
path: root/init.go
diff options
context:
space:
mode:
Diffstat (limited to 'init.go')
-rw-r--r--init.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/init.go b/init.go
index 60530ea..08ac5b6 100644
--- a/init.go
+++ b/init.go
@@ -32,6 +32,9 @@ var tmpls *template.Template
 // registry index
 var twtxtCache = registry.NewIndex()
 
+// remote registry listing
+var remote = &RemoteRegistries{}
+
 func init() {
 	checkFlags()
 	titleScreen()