2
0
mirror of synced 2025-02-23 06:08:07 +00:00

tracker: Export vars

This commit is contained in:
Matt Joiner 2018-02-13 00:19:37 +11:00
parent b33ce1e01b
commit 8e3aa89286

7
tracker/expvar.go Normal file
View File

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