tracker: Export vars

This commit is contained in:
Matt Joiner 2018-02-13 00:19:37 +11:00
parent b33ce1e01b
commit 8e3aa89286
1 changed files with 7 additions and 0 deletions

7
tracker/expvar.go Normal file
View File

@ -0,0 +1,7 @@
package tracker
import (
"expvar"
)
var vars = expvar.NewMap("tracker")