Browse Source

Update session.go

pull/15/head
Jason 5 years ago
parent
commit
e10363fd7e
  1. 2
      common/stats/session/session.go

2
common/stats/session/session.go

@ -31,7 +31,7 @@ type simpleSessionStater struct {
}
func NewSimpleSessionStater() stats.SessionStater {
return new(simpleSessionStater)
return &simpleSessionStater{}
}
func (s *simpleSessionStater) Start() error {

Loading…
Cancel
Save