Added annotation

This commit is contained in:
Ivan Daniluk 2015-05-12 12:50:25 +03:00
parent 055349aba3
commit 6b39ee8005
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ import (
)
var (
// uptimeCounter is a variable used for tracking uptime status.
// It should be always incrementing and included into default expvar vars.
// Could be replaced with something different or made configurable in
// the future.
uptimeCounter = VarName("memstats.PauseTotalNs").ToSlice()
)